Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <time.h> clock_t clock(void);
| |
Return val. | The CPU time in ten thousandths of a second since the program was called if successful.
| |
Notes |
To obtain the time in seconds, the result of clock must be divided by the value of the | |
Example |
| |
See also | cputime |