Measures the time used by the calling thread, from when the calling thread first began execution to the current time.
#include <time.h> clock_t clock (void);
None.
In the multitasking real-time OS environment, this does not tell how much processor time has been used by the calling thread.
clock_t.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/time.h | time.h | clib.lib |