Penguin

quote from times(2):

"On older systems the number of clock ticks per second is given by the variable HZ."

nanosleep(2) (and also select(2)?) are some standard C library functions that use this value.

According to clock(3):

"POSIX requires that CLOCKS_PER_SEC equals 1000000 independent of the actual resolution."

AddToMe