Bun

interface

perf_hooks.MeasureOptions

interface MeasureOptions

  • detail?: unknown

    Additional optional detail to include with the mark.

  • duration?: number

    Duration between start and end times.

  • end?: string | number

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

  • start?: string | number

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