Public Member Functions | |
Resources | operator+ (Resources const &other) const |
Resources & | operator+= (Resources const &other) |
void | reset () |
Resources () | |
Public Attributes | |
boost::chrono::nanoseconds | time_real |
boost::chrono::nanoseconds | time_thread |
Definition at line 229 of file FastTimerService.h.
FastTimerService::Resources::Resources | ( | ) |
Definition at line 65 of file FastTimerService.cc.
FastTimerService::Resources FastTimerService::Resources::operator+ | ( | Resources const & | other | ) | const |
Definition at line 84 of file FastTimerService.cc.
References trackingPlots::other, FastTimerService::ResourcesPerModule::ResourcesPerModule(), and mps_fire::result.
FastTimerService::Resources & FastTimerService::Resources::operator+= | ( | Resources const & | other | ) |
Definition at line 77 of file FastTimerService.cc.
References time_real, and time_thread.
void FastTimerService::Resources::reset | ( | void | ) |
Definition at line 71 of file FastTimerService.cc.
References time_real, and time_thread.
Referenced by FastTimerService::ResourcesPerProcess::reset(), and FastTimerService::ResourcesPerJob::reset().
boost::chrono::nanoseconds FastTimerService::Resources::time_real |
Definition at line 238 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), FastTimerService::PlotsPerElement::fill_fraction(), FastTimerService::Measurement::measure_and_store(), operator+=(), FastTimerService::printEvent(), FastTimerService::printSummary(), and reset().
boost::chrono::nanoseconds FastTimerService::Resources::time_thread |
Definition at line 237 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), FastTimerService::PlotsPerElement::fill_fraction(), FastTimerService::Measurement::measure_and_store(), operator+=(), FastTimerService::printEvent(), FastTimerService::printSummary(), and reset().