std::clock_t
From cppreference.com
C++
Date and time library
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
C-style date and time utilities
| Functions | ||||
| Time manipulation | ||||
(C++17) | ||||
| Format conversions | ||||
| Constants | ||||
| Types | ||||
clock_t | ||||
(C++17) |
| 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) [edit] | |
| number of processor clock ticks per second (macro constant) [edit] | |
| C documentation for clock_t
| |