Penguin
Annotated edit history of HZ version 1, including all changes. View license author blame.
Rev Author # Line
1 JohnMcPherson 1 quote from times(2):
2 ;:"On older systems the number of clock ticks per second is given by the variable HZ."
3
4 nanosleep(2) (and also select(2)?) are some standard [C] library functions that use this value.
5
6 According to clock(3):
7 ;:"POSIX requires that CLOCKS_PER_SEC equals 1000000 independent of the actual resolution."
8
9 [AddToMe]