int getClockRate()
Gets system clock rate.
Example:
auto hz = getClockRate(); writeln("Clock rate: ", hz, " Hz");