Skip to main content
MeasureOptions.start - perf_hooks - Node documentation
property MeasureOptions.start

Usage in Deno

import { type MeasureOptions } from "node:perf_hooks";

Timestamp to be used as the start time, or a string identifying a previously recorded mark.

Type

number
| string
| undefined