#include "common/h/Types.h"#include "common/h/Time.h"Go to the source code of this file.
Enumerations | |
| enum | { cpsMethodNotAvailable = -1 } |
Functions | |
| COMMON_EXPORT timeStamp | getCurrentTime () |
| COMMON_EXPORT int64_t | getRawTime1970 () |
| COMMON_EXPORT void | initCyclesPerSecond () |
| COMMON_EXPORT timeUnit | getCyclesPerSecond () |
| COMMON_EXPORT double | calcCyclesPerSecondOS () |
| COMMON_EXPORT double | calcCyclesPerSecond_default () |
| COMMON_EXPORT double calcCyclesPerSecond_default | ( | ) |
| COMMON_EXPORT double calcCyclesPerSecondOS | ( | ) |
Definition at line 61 of file timing-aix.C.
References calcCyclesPerSecond_invent(), calcCyclesPerSecond_sys(), and cpsMethodNotAvailable.
Referenced by initCyclesPerSecond().
| COMMON_EXPORT timeStamp getCurrentTime | ( | ) |
Definition at line 39 of file timing.C.
References timeBase::b1970(), getRawTime1970(), and timeUnit::us().
| COMMON_EXPORT int64_t getRawTime1970 | ( | ) |
Definition at line 43 of file timing-nt.C.
References gettimeofday().
Referenced by getCurrentTime().
| COMMON_EXPORT void initCyclesPerSecond | ( | ) |
Definition at line 86 of file timing.C.
References calcCyclesPerSecondOS().
1.6.1