TickDuration.ticksPerSec

The number of ticks that the system clock has in one second.

If ticksPerSec is 0, then then TickDuration failed to get the value of ticksPerSec on the current system, and TickDuration is not going to work. That would be highly abnormal though.

struct TickDuration
static immutable
long ticksPerSec;
Suggestion Box / Bug Report