std::clock_t
 Defined in header <ctime>  |  ||
|---|---|---|
 typedef /* unspecified */ clock_t;  |  
Arithmetic type capable of representing the process running time of implementation-defined range and precision.
See also
|  returns raw processor clock time since the program is started  (function)  | 
|
|  number of processor clock ticks per second  (macro constant)  | 
    © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
    http://en.cppreference.com/w/cpp/chrono/c/clock_t