Public Member Functions | |
void | measure () |
void | measure_and_accumulate (AtomicResources &store) |
void | measure_and_store (Resources &store) |
Measurement () | |
Public Attributes | |
uint64_t | allocated |
uint64_t | deallocated |
boost::chrono::high_resolution_clock::time_point | time_real |
boost::chrono::thread_clock::time_point | time_thread |
Definition at line 280 of file FastTimerService.h.
FastTimerService::Measurement::Measurement | ( | ) |
Definition at line 312 of file FastTimerService.cc.
void FastTimerService::Measurement::measure | ( | ) |
Definition at line 317 of file FastTimerService.cc.
References memory_usage::allocated(), memory_usage::deallocated(), and cmsPerfSuiteHarvest::now.
Referenced by FastTimerService::on_scheduler_entry().
void FastTimerService::Measurement::measure_and_accumulate | ( | AtomicResources & | store | ) |
Definition at line 347 of file FastTimerService.cc.
References memory_usage::allocated(), FastTimerService::AtomicResources::allocated, KineDebug3::count(), memory_usage::deallocated(), FastTimerService::AtomicResources::deallocated, cmsPerfSuiteHarvest::now, FastTimerService::AtomicResources::time_real, and FastTimerService::AtomicResources::time_thread.
Referenced by FastTimerService::on_scheduler_exit(), and FastTimerService::preModuleEvent().
void FastTimerService::Measurement::measure_and_store | ( | Resources & | store | ) |
Definition at line 328 of file FastTimerService.cc.
References memory_usage::allocated(), FastTimerService::Resources::allocated, memory_usage::deallocated(), FastTimerService::Resources::deallocated, cmsPerfSuiteHarvest::now, FastTimerService::Resources::time_real, and FastTimerService::Resources::time_thread.
Referenced by FastTimerService::postModuleEvent(), and FastTimerService::postSourceEvent().
uint64_t FastTimerService::Measurement::allocated |
Definition at line 293 of file FastTimerService.h.
uint64_t FastTimerService::Measurement::deallocated |
Definition at line 294 of file FastTimerService.h.
boost::chrono::high_resolution_clock::time_point FastTimerService::Measurement::time_real |
Definition at line 292 of file FastTimerService.h.
boost::chrono::thread_clock::time_point FastTimerService::Measurement::time_thread |
Definition at line 291 of file FastTimerService.h.