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 258 of file FastTimerService.h.
|
noexcept |
Definition at line 180 of file FastTimerService.cc.
FastTimerService::ResourcesPerModule FastTimerService::ResourcesPerModule::operator+ | ( | ResourcesPerModule const & | other | ) | const |
Definition at line 195 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
FastTimerService::ResourcesPerModule & FastTimerService::ResourcesPerModule::operator+= | ( | ResourcesPerModule const & | other | ) |
Definition at line 188 of file FastTimerService.cc.
References patZpeak::events, or, trackingPlots::other, and dqmMemoryStats::total.
|
noexcept |
Definition at line 182 of file FastTimerService.cc.
References patZpeak::events, and dqmMemoryStats::total.
unsigned FastTimerService::ResourcesPerModule::events |
Definition at line 268 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 269 of file FastTimerService.h.
Resources FastTimerService::ResourcesPerModule::total |
Definition at line 267 of file FastTimerService.h.