TscTimePoint.setHardNowThreshold

Set the frequency with which we take a hard TSC reading

See complete documentation in the now method.

struct TscTimePoint
static nothrow @nogc @safe
void
setHardNowThreshold
(
ubyte interval
)

Parameters

interval ubyte

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.

Meta