Public Member Functions | |
Resources | operator+ (Resources const &other) const |
Resources & | operator+= (Resources const &other) |
void | reset () |
Resources () | |
Public Attributes | |
uint64_t | allocated |
uint64_t | deallocated |
boost::chrono::nanoseconds | time_real |
boost::chrono::nanoseconds | time_thread |
Definition at line 216 of file FastTimerService.h.
FastTimerService::Resources::Resources | ( | ) |
Definition at line 71 of file FastTimerService.cc.
FastTimerService::Resources FastTimerService::Resources::operator+ | ( | Resources const & | other | ) | const |
Definition at line 96 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
FastTimerService::Resources & FastTimerService::Resources::operator+= | ( | Resources const & | other | ) |
Definition at line 87 of file FastTimerService.cc.
References allocated, deallocated, time_real, and time_thread.
void FastTimerService::Resources::reset | ( | void | ) |
Definition at line 79 of file FastTimerService.cc.
References allocated, deallocated, time_real, and time_thread.
Referenced by FastTimerService::ResourcesPerProcess::reset(), and FastTimerService::ResourcesPerJob::reset().
uint64_t FastTimerService::Resources::allocated |
Definition at line 226 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), FastTimerService::PlotsPerElement::fill_fraction(), operator+=(), FastTimerService::printEventLine(), FastTimerService::printPathSummaryLine(), FastTimerService::printSummaryLine(), and reset().
uint64_t FastTimerService::Resources::deallocated |
Definition at line 227 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), FastTimerService::PlotsPerElement::fill_fraction(), operator+=(), FastTimerService::printEventLine(), FastTimerService::printPathSummaryLine(), FastTimerService::printSummaryLine(), and reset().
boost::chrono::nanoseconds FastTimerService::Resources::time_real |
Definition at line 225 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), FastTimerService::PlotsPerElement::fill_fraction(), operator+=(), FastTimerService::printEventLine(), FastTimerService::printPathSummaryLine(), FastTimerService::printSummaryLine(), and reset().
boost::chrono::nanoseconds FastTimerService::Resources::time_thread |
Definition at line 224 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), FastTimerService::PlotsPerElement::fill_fraction(), operator+=(), FastTimerService::printEventLine(), FastTimerService::printPathSummaryLine(), FastTimerService::printSummaryLine(), and reset().