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 290 of file FastTimerService.h.
FastTimerService::ResourcesPerProcess::ResourcesPerProcess | ( | ProcessCallGraph::ProcessType const & | process | ) |
Definition at line 228 of file FastTimerService.cc.
FastTimerService::ResourcesPerProcess FastTimerService::ResourcesPerProcess::operator+ | ( | ResourcesPerProcess const & | other | ) | const |
Definition at line 251 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
FastTimerService::ResourcesPerProcess & FastTimerService::ResourcesPerProcess::operator+= | ( | ResourcesPerProcess const & | other | ) |
Definition at line 239 of file FastTimerService.cc.
References cms::cuda::assert(), mps_fire::i, trackingPlots::other, Skims_PA_cff::paths, and dqmMemoryStats::total.
void FastTimerService::ResourcesPerProcess::reset | ( | void | ) |
Definition at line 231 of file FastTimerService.cc.
References castor_dqm_sourceclient_file_cfg::path, Skims_PA_cff::paths, and dqmMemoryStats::total.
std::vector<ResourcesPerPath> FastTimerService::ResourcesPerProcess::endpaths |
Definition at line 300 of file FastTimerService.h.
Referenced by TestProcess.TestProcess::fillProcessDesc().
std::vector<ResourcesPerPath> FastTimerService::ResourcesPerProcess::paths |
Definition at line 299 of file FastTimerService.h.
Referenced by TestProcess.TestProcess::fillProcessDesc().
Resources FastTimerService::ResourcesPerProcess::total |
Definition at line 298 of file FastTimerService.h.