getClockRate

fnint getClockRate() @safe nothrow

Gets system clock rate.

Returns

Clock rate in Hz (typically 100 on BSD).

Example:

auto hz = getClockRate();
writeln("Clock rate: ", hz, " Hz");