zeed
    Preparing search index...

    Function getPerformanceTimestamp

    • Return a high-resolution timestamp in milliseconds.

      Uses the performance.now() clock when available (monotonic, high resolution), otherwise falls back to Date.now().

      Returns number

      timestamp in milliseconds (relative for performance.now, epoch for Date.now)