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 274 of file FastTimerService.h.
FastTimerService::ResourcesPerProcess::ResourcesPerProcess | ( | ProcessCallGraph::ProcessType const & | process | ) |
Definition at line 214 of file FastTimerService.cc.
FastTimerService::ResourcesPerProcess FastTimerService::ResourcesPerProcess::operator+ | ( | ResourcesPerProcess const & | other | ) | const |
Definition at line 243 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
FastTimerService::ResourcesPerProcess & FastTimerService::ResourcesPerProcess::operator+= | ( | ResourcesPerProcess const & | other | ) |
Definition at line 231 of file FastTimerService.cc.
References endpaths, mps_fire::i, paths, and total.
void FastTimerService::ResourcesPerProcess::reset | ( | void | ) |
Definition at line 222 of file FastTimerService.cc.
References endpaths, callgraph::path, paths, FastTimerService::Resources::reset(), and total.
std::vector<ResourcesPerPath> FastTimerService::ResourcesPerProcess::endpaths |
Definition at line 284 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerProcess::fill(), operator+=(), and reset().
std::vector<ResourcesPerPath> FastTimerService::ResourcesPerProcess::paths |
Definition at line 283 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerProcess::fill(), operator+=(), and reset().
Resources FastTimerService::ResourcesPerProcess::total |
Definition at line 282 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerProcess::fill(), operator+=(), and reset().