1 #ifndef FWCore_Utilities_CPUTimer_h 2 #define FWCore_Utilities_CPUTimer_h 24 #define USE_CLOCK_GETTIME 27 #ifdef USE_CLOCK_GETTIME 71 #ifdef USE_CLOCK_GETTIME 72 struct timespec startRealTime_;
73 struct timespec startCPUTime_;
75 struct timeval startRealTime_;
76 struct timeval startCPUTime_;
enum edm::CPUTimer::State state_
double accumulatedCPUTime_
double accumulatedRealTime_
Times calculateDeltaTime() const
const CPUTimer & operator=(const CPUTimer &)=delete