Variable TscTimePoint.cyclesPerMsecDivisor

Prepared dividor for the cycles/time value

struct TscTimePoint
{
  // ...
  immutable(S64Divisor) cyclesPerMsecDivisor ;
  // ...
}

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