Defined in header <time.h> | ||
---|---|---|
typedef /* unspecified */ clock_t; |
Arithmetic (until C11)Real (since C11) type capable of representing the processor time used by a process. It has implementation-defined range and precision.
returns raw processor clock time since the program is started (function) |
|
number of processor clock ticks per second (macro constant) |
|
C++ documentation for clock_t |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/c/chrono/clock_t