Typedefs | |||
typedef UINT16 | time_t | ||
Functions | |||
clock_t | clock (void) | ||
The clock() function returns an approximation of processor time used by the program. More... | |||
time_t | time (time_t *t) |
clock_t clock (void) |
The clock() function returns an approximation of processor time used by the program.
The value returned is the CPU time used so far as a clock_t; to get the number of seconds used, divide by CLOCKS_PER_SEC.