Function TscTimePoint.setHardNowThreshold

Set the frequency with which we take a hard TSC reading

static void setHardNowThreshold (
  ubyte interval
) nothrow @nogc @safe;

See complete documentation in the now method.

Parameters

NameDescription
interval take a hardNow every so many calls to now. A value of 1 mean that now and hardNow are identical. A value of 0 means that hardNow is never implicitly taken.