Skip to main content
MeasureOptions - node__perf_hooks.d.ts - Node documentation
interface MeasureOptions

Usage in Deno

```typescript import { type MeasureOptions } from "node:node__perf_hooks.d.ts"; ```

Properties

optional
detail: unknown | undefined
Additional optional detail to include with the mark.
optional
duration: number | undefined
Duration between start and end times.
optional
end:
number
| string
| undefined
Timestamp to be used as the end time, or a string identifying a previously recorded mark.
optional
start:
number
| string
| undefined
Timestamp to be used as the start time, or a string identifying a previously recorded mark.