Public Member Functions | |
ResourcesPerProcess | operator+ (ResourcesPerProcess const &other) const |
ResourcesPerProcess & | operator+= (ResourcesPerProcess const &other) |
void | reset () |
ResourcesPerProcess (ProcessCallGraph::ProcessType const &process) | |
Public Attributes | |
std::vector< ResourcesPerPath > | endpaths |
std::vector< ResourcesPerPath > | paths |
Resources | total |
Definition at line 285 of file FastTimerService.h.
FastTimerService::ResourcesPerProcess::ResourcesPerProcess | ( | ProcessCallGraph::ProcessType const & | process | ) |
Definition at line 227 of file FastTimerService.cc.
FastTimerService::ResourcesPerProcess FastTimerService::ResourcesPerProcess::operator+ | ( | ResourcesPerProcess const & | other | ) | const |
Definition at line 250 of file FastTimerService.cc.
References mps_fire::result.
FastTimerService::ResourcesPerProcess & FastTimerService::ResourcesPerProcess::operator+= | ( | ResourcesPerProcess const & | other | ) |
Definition at line 238 of file FastTimerService.cc.
References cms::cuda::assert(), endpaths, mps_fire::i, mergeAndRegister::paths, paths, dqmMemoryStats::total, and total.
void FastTimerService::ResourcesPerProcess::reset | ( | void | ) |
Definition at line 230 of file FastTimerService.cc.
References fed_dqm_sourceclient-live_cfg::path, mergeAndRegister::paths, and dqmMemoryStats::total.
std::vector<ResourcesPerPath> FastTimerService::ResourcesPerProcess::endpaths |
Definition at line 295 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerProcess::fill(), and operator+=().
std::vector<ResourcesPerPath> FastTimerService::ResourcesPerProcess::paths |
Definition at line 294 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerProcess::fill(), and operator+=().
Resources FastTimerService::ResourcesPerProcess::total |
Definition at line 293 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerProcess::fill(), and operator+=().