Skip to main content
MarkOptions - perf_hooks - Node documentation
interface MarkOptions

Usage in Deno

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

Properties

optional
detail: unknown | undefined

Additional optional detail to include with the mark.

optional
startTime: number | undefined

An optional timestamp to be used as the mark time.