Variable TscTimePoint.cyclesPerUsecDivisor

Prepared dividor for the cycles/time value

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

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