Typedefs | |||
![]()  | ![]()  | typedef UINT16 | time_t | 
Functions | |||
![]()  | ![]()  | clock_t | clock (void) NONBANKED | 
![]()  | ![]()  | The clock() function returns an approximation of processor time used by the program. More... | |
![]()  | ![]()  | time_t | time (time_t *t) BANKED | 
| 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.
 1.0.0 written by Dimitri van Heesch,
 © 1997-1999