timeLog import { timeLog } from "destack:console"; Write a named timer without stopping it. export function timeLog(label?: string | undefined, ...values: unknown[]): Result language/library/src/console/console.ds:147:149