14 #include <sys/resource.h> 34 #ifdef USE_CLOCK_GETTIME 65 #ifdef USE_CLOCK_GETTIME 91 #ifdef USE_CLOCK_GETTIME 92 double const nanosecToSec = 1E-9;
95 clock_gettime(CLOCK_MONOTONIC, &
tp);
98 double const microsecToSec = 1E-6;
101 gettimeofday(&
tp, 0);
enum edm::WallclockTimer::State state_
double accumulatedRealTime_
double calculateDeltaTime() const
struct timeval startRealTime_