Location:
time.h
IMPORT_C clock_t clock(void);
Return number of clock ticks since process start. Returns the number of clock ticks elapsed. A macro constant called CLK_TCK defines the relation betwen clock tick and second (clock ticks per second).
|