Returns the processor time consumed by the program
| 15 | |
| 16 | // Returns the processor time consumed by the program |
| 17 | clock_t clock() { |
| 18 | return cputime(); |
| 19 | } |
| 20 | |
| 21 | // Returns the current calendar time |
| 22 | // Assume that the machine booted at the Unix epoch |
nothing calls this directly
no outgoing calls
no test coverage detected