long getClockTicks()
Gets the clock ticks per second.
Example:
auto hz = getClockTicks(); auto cpuSeconds = cpuTicks / hz;