import { type PerformanceMeasureOptions } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.deno.ns.d.ts";
Options which are used in conjunction with performance.measure
. Check out the
MDN
performance.mark()
documentation for more details.
Properties
Timestamp to be used as the start time or string to be used as start mark.