clock_t(3type) | clock_t(3type) |
clock_t - system time
Standard C library (libc)
#include <time.h>
typedef /* ... */ clock_t;
Used for system time in clock ticks or CLOCKS_PER_SEC (defined in <time.h>). According to POSIX, it is an integer type or a real-floating type.
C11, POSIX.1-2008.
C89, POSIX.1-2001.
The following headers also provide this type: <sys/types.h> and <sys/times.h>.
times(2), clock(3)
2023-10-31 | Linux man-pages 6.7 |