Public Member Functions | |
Resources | operator+ (Resources const &other) const |
Resources | operator+ (struct AtomicResources const &other) const |
Resources & | operator+= (Resources const &other) |
Resources & | operator+= (struct AtomicResources 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 223 of file FastTimerService.h.
FastTimerService::Resources::Resources | ( | ) |
Definition at line 83 of file FastTimerService.cc.
FastTimerService::Resources FastTimerService::Resources::operator+ | ( | Resources const & | other | ) | const |
Definition at line 112 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
Resources FastTimerService::Resources::operator+ | ( | struct AtomicResources const & | other | ) | const |
FastTimerService::Resources & FastTimerService::Resources::operator+= | ( | Resources const & | other | ) |
Definition at line 96 of file FastTimerService.cc.
References trackingPlots::other.
Resources& FastTimerService::Resources::operator+= | ( | struct AtomicResources const & | other | ) |
void FastTimerService::Resources::reset | ( | void | ) |
Definition at line 89 of file FastTimerService.cc.
References SiPixelPI::zero.
uint64_t FastTimerService::Resources::allocated |
Definition at line 236 of file FastTimerService.h.
uint64_t FastTimerService::Resources::deallocated |
Definition at line 237 of file FastTimerService.h.
boost::chrono::nanoseconds FastTimerService::Resources::time_real |
Definition at line 235 of file FastTimerService.h.
boost::chrono::nanoseconds FastTimerService::Resources::time_thread |
Definition at line 234 of file FastTimerService.h.