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