CLOCKS_PER_SEC
From Cppreference
| C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Utilities library | ||||||||||||||||||||||||||||||||||||||||
| Date and time utilities | ||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||
| C-style date and time utilities | ||||||||||||||||||||||||||||||||||||||||
| Defined in header <ctime>
|
||
| #DEFINE CLOCKS_PER_SEC /*implementation defined*/
|
||
Defines number of clock ticks per second, as returned by clock().
[edit] See also
| returns raw processor clock time since the program is started (function) |
|