Public Member Functions | |
ResourcesPerModule | operator+ (ResourcesPerModule const &other) const |
ResourcesPerModule & | operator+= (ResourcesPerModule const &other) |
void | reset () noexcept |
ResourcesPerModule () noexcept | |
Public Attributes | |
unsigned | events |
bool | has_acquire |
Resources | total |
Definition at line 263 of file FastTimerService.h.
|
noexcept |
Definition at line 181 of file FastTimerService.cc.
FastTimerService::ResourcesPerModule FastTimerService::ResourcesPerModule::operator+ | ( | ResourcesPerModule const & | other | ) | const |
Definition at line 196 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
FastTimerService::ResourcesPerModule & FastTimerService::ResourcesPerModule::operator+= | ( | ResourcesPerModule const & | other | ) |
Definition at line 189 of file FastTimerService.cc.
References events, or, trackingPlots::other, and dqmMemoryStats::total.
|
noexcept |
unsigned FastTimerService::ResourcesPerModule::events |
Definition at line 273 of file FastTimerService.h.
Referenced by eventsfwlite.Events::__getattr__(), eventsfwlite.Events::__getitem__(), eventsfwlite.Events::__len__(), looper.Looper::loop(), and looper.Looper::process().
bool FastTimerService::ResourcesPerModule::has_acquire |
Definition at line 274 of file FastTimerService.h.
Resources FastTimerService::ResourcesPerModule::total |
Definition at line 272 of file FastTimerService.h.