TscTimePoint.cyclesPerUsecDivisor

Prepared dividor for the cycles/time value

An S64Divisor for the cycles/time value, for quickly dividing by it at runtime.

  1. S64Divisor cyclesPerSecondDivisor;
  2. S64Divisor cyclesPerMsecDivisor;
  3. S64Divisor cyclesPerUsecDivisor;
    struct TscTimePoint
    static shared immutable
    S64Divisor cyclesPerUsecDivisor;

Meta