Variable TscTimePoint.cyclesPerMsec

Provide the cycles/time ratio for the current machine.

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