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);
double calculateDeltaTime() const
enum edm::WallclockTimer::State state_
double accumulatedRealTime_
struct timeval startRealTime_