Public Member Functions | |
AtomicResources () | |
AtomicResources (AtomicResources const &other) | |
AtomicResources | operator+ (AtomicResources const &other) const |
AtomicResources & | operator+= (AtomicResources const &other) |
AtomicResources & | operator= (AtomicResources const &other) |
void | reset () |
Public Attributes | |
std::atomic< uint64_t > | allocated |
std::atomic< uint64_t > | deallocated |
std::atomic< boost::chrono::nanoseconds::rep > | time_real |
std::atomic< boost::chrono::nanoseconds::rep > | time_thread |
Definition at line 228 of file FastTimerService.h.
FastTimerService::AtomicResources::AtomicResources | ( | ) |
Definition at line 99 of file FastTimerService.cc.
FastTimerService::AtomicResources::AtomicResources | ( | AtomicResources const & | other | ) |
Definition at line 102 of file FastTimerService.cc.
FastTimerService::AtomicResources FastTimerService::AtomicResources::operator+ | ( | AtomicResources const & | other | ) | const |
Definition at line 131 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
FastTimerService::AtomicResources & FastTimerService::AtomicResources::operator+= | ( | AtomicResources const & | other | ) |
Definition at line 123 of file FastTimerService.cc.
References allocated, deallocated, time_real, and time_thread.
FastTimerService::AtomicResources & FastTimerService::AtomicResources::operator= | ( | AtomicResources const & | other | ) |
Definition at line 115 of file FastTimerService.cc.
References allocated, deallocated, time_real, and time_thread.
void FastTimerService::AtomicResources::reset | ( | void | ) |
Definition at line 108 of file FastTimerService.cc.
References allocated, deallocated, time_real, and time_thread.
Referenced by FastTimerService::ResourcesPerJob::reset().
std::atomic<uint64_t> FastTimerService::AtomicResources::allocated |
Definition at line 241 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), operator+=(), operator=(), FastTimerService::printEventLine(), and reset().
std::atomic<uint64_t> FastTimerService::AtomicResources::deallocated |
Definition at line 242 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), operator+=(), operator=(), FastTimerService::printEventLine(), and reset().
std::atomic<boost::chrono::nanoseconds::rep> FastTimerService::AtomicResources::time_real |
Definition at line 240 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), operator+=(), operator=(), FastTimerService::printEventLine(), and reset().
std::atomic<boost::chrono::nanoseconds::rep> FastTimerService::AtomicResources::time_thread |
Definition at line 239 of file FastTimerService.h.
Referenced by FastTimerService::PlotsPerElement::fill(), operator+=(), operator=(), FastTimerService::printEventLine(), and reset().