std::clock_t
From Cppreference
| C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Utilities library | ||||||||||||||||||||||||||||||||||||||||
| Date and time utilities | ||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||
| C-style date and time utilities | ||||||||||||||||||||||||||||||||||||||||
| Defined in header <ctime>
|
||
| typedef /* unspecified */ clock_t;
|
||
Arithmetic type capable of representing the process running time of implementation-defined range and precision.
[edit] See also
| returns raw processor clock time since the program is started (function) |
|
| number of processor clock ticks per second (macro constant) |
|