kinetex - v1.0.0-rc.1
    Preparing search index...

    Function perfNow

    • Get high-resolution timestamp. Prefers Node.js hrtime if available, otherwise falls back to Date.now(). Note: Bun's Bun.ns provides nanosecond precision but requires the Bun runtime. For cross-runtime compatibility, we use hrtime (Node) or Date.now().

      Returns number

      High-resolution timestamp in milliseconds