Variable TscTimePoint.cyclesPerSecond

Provide the cycles/time ratio for the current machine.

struct TscTimePoint
{
  // ...
  immutable(long) cyclesPerSecond ;
  // ...
}