clock_t
From cppreference.com
| Defined in header <time.h>
|
||
| typedef /* unspecified */ clock_t; |
||
Arithmetic type capable of representing the process running time of implementation-defined range and precision.
See also
| C++ documentation for clock_t
|