#include <_clock_system.h>
Public Types | |
| typedef float | value_type |
Static Public Member Functions | |
| static bool | realtime () |
| static bool | proctime () |
| static value_type | one_second () |
| static value_type | precision () |
| static const char * | description () |
Protected Types | |
| typedef clock_t | timestamp |
Static Protected Member Functions | |
| static void | get_current_time (timestamp &time) |
| static timestamp | get_current_time () |
| static value_type | timestamp_to_seconds (const timestamp &x) |
| static timestamp | seconds_to_timestamp (const value_type &x) |
Definition at line 60 of file _clock_system.h.
|
|
Definition at line 63 of file _clock_system.h. |
|
|
Definition at line 79 of file _clock_system.h. |
|
|
Definition at line 65 of file _clock_system.h. |
|
|
Definition at line 68 of file _clock_system.h. |
|
|
Definition at line 72 of file _clock_system.h. Referenced by precision(). |
|
|
Definition at line 75 of file _clock_system.h. References one_second(). Referenced by timestamp_to_seconds(). |
|
|
Definition at line 78 of file _clock_system.h. |
|
|
Definition at line 85 of file _clock_system.h. References __sys_clock. |
|
|
Definition at line 89 of file _clock_system.h. References __sys_clock. |
|
|
Definition at line 93 of file _clock_system.h. References precision(). |
|
|
Definition at line 97 of file _clock_system.h. |
1.4.6