Public Member Functions | |
void | measure () |
void | measure_and_store (Resources &store) |
Measurement () | |
Public Attributes | |
boost::chrono::high_resolution_clock::time_point | time_real |
boost::chrono::thread_clock::time_point | time_thread |
Definition at line 298 of file FastTimerService.h.
|
default |
Referenced by FastTimerService::ResourcesPerJob::operator+().
void FastTimerService::Measurement::measure | ( | ) |
Definition at line 245 of file FastTimerService.cc.
References cmsPerfSuiteHarvest::now.
Referenced by FastTimerService::preModuleEvent(), and FastTimerService::preSourceEvent().
void FastTimerService::Measurement::measure_and_store | ( | Resources & | store | ) |
Definition at line 254 of file FastTimerService.cc.
References cmsPerfSuiteHarvest::now, FastTimerService::Resources::time_real, and FastTimerService::Resources::time_thread.
Referenced by FastTimerService::postModuleEvent(), and FastTimerService::postSourceEvent().
boost::chrono::high_resolution_clock::time_point FastTimerService::Measurement::time_real |
Definition at line 309 of file FastTimerService.h.
boost::chrono::thread_clock::time_point FastTimerService::Measurement::time_thread |
Definition at line 308 of file FastTimerService.h.