static ThreadCycleTimeClock() { _isAvailable = CycleClockHelpers.EstimateThreadCycleTimeFrequency( Chronometer.BestClock, 1000 * 1000, out _frequency); }
/// <summary>Gets the timestamp.</summary> /// <returns></returns> public long GetTimestamp() => CycleClockHelpers.GetCurrentThreadTimestamp();
/// <summary>Gets the timestamp.</summary> /// <returns></returns> public long GetTimestamp() => CycleClockHelpers.GetCurrentProcessTimestamp();