menu
time
import { time } from "destack:console";
Start a named timer.
1export function time(label?: string | undefined): Result<void, HostError>import { time } from "destack:console";
Start a named timer.
1export function time(label?: string | undefined): Result<void, HostError>