Public Member Functions | |
ResourcesPerModule | operator+ (ResourcesPerModule const &other) const |
ResourcesPerModule & | operator+= (ResourcesPerModule const &other) |
void | reset () |
ResourcesPerModule () | |
Public Attributes | |
unsigned | events |
Resources | total |
Definition at line 267 of file FastTimerService.h.
|
default |
Referenced by FastTimerService::AtomicResources::operator+().
FastTimerService::ResourcesPerModule FastTimerService::ResourcesPerModule::operator+ | ( | ResourcesPerModule const & | other | ) | const |
Definition at line 174 of file FastTimerService.cc.
References trackingPlots::other, FastTimerService::ResourcesPerPath::ResourcesPerPath(), and mps_fire::result.
FastTimerService::ResourcesPerModule & FastTimerService::ResourcesPerModule::operator+= | ( | ResourcesPerModule const & | other | ) |
Definition at line 167 of file FastTimerService.cc.
References PatBasicFWLiteAnalyzer::events, events, pileupDistInMC::total, and total.
void FastTimerService::ResourcesPerModule::reset | ( | void | ) |
Definition at line 161 of file FastTimerService.cc.
References PatBasicFWLiteAnalyzer::events, and pileupDistInMC::total.
unsigned FastTimerService::ResourcesPerModule::events |
Definition at line 276 of file FastTimerService.h.
Referenced by eventsfwlite.Events::__getattr__(), looper.Looper::loop(), operator+=(), and looper.Looper::process().
Resources FastTimerService::ResourcesPerModule::total |
Definition at line 275 of file FastTimerService.h.
Referenced by operator+=().