Skip to content

Feature: add builtin support to specific JS runtime high resolution timestamping #276

@jerome-benoit

Description

@jerome-benoit

Targeted function in the API: hrtimeNow()

  • Bun: Bun.nanoseconds();
  • Deno: standard performance API is used
  • Node: process.hrtime.bigint()

The implementation must use a zero cost abstraction design.
The automatic usage of the HR timer per JS runtime must be opted in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions