Variable performance

performance: { now: (() => number) }

Type declaration

  • now: (() => number)
      • (): number
      • Seconds since Bun.js started

        Uses a high-precision system timer to measure the time elapsed since the Bun.js runtime was initialized. The value is represented as a double precision floating point number. The value is monotonically increasing during the lifetime of the runtime.

        Returns number

Generated using TypeDoc