=2E
You can get the information via two ways. At compile time, that is the=20
variable CLK_TCK and this way has been obsoleted. The other way is at=20
runtime via sysconf(_SC_CLK_TCK) and that is still valid. You don't need=20
the real HZ, because the kernel converts it to USER_HZ, which is currently=
=20
100 on x86 for historic reasons.
Sven