Public Member Functions | |
AtomicResources () | |
AtomicResources (AtomicResources const &other) | |
AtomicResources | operator+ (AtomicResources const &other) const |
Resources | operator+ (Resources const &other) const |
AtomicResources & | operator+= (AtomicResources const &other) |
AtomicResources & | operator+= (Resources 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 242 of file FastTimerService.h.
FastTimerService::AtomicResources::AtomicResources | ( | ) |
Definition at line 129 of file FastTimerService.cc.
FastTimerService::AtomicResources::AtomicResources | ( | AtomicResources const & | other | ) |
Definition at line 132 of file FastTimerService.cc.
FastTimerService::AtomicResources FastTimerService::AtomicResources::operator+ | ( | AtomicResources const & | other | ) | const |
Definition at line 169 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
FastTimerService::Resources FastTimerService::AtomicResources::operator+ | ( | Resources const & | other | ) | const |
Definition at line 175 of file FastTimerService.cc.
References trackingPlots::other.
FastTimerService::AtomicResources & FastTimerService::AtomicResources::operator+= | ( | AtomicResources const & | other | ) |
Definition at line 153 of file FastTimerService.cc.
References trackingPlots::other.
FastTimerService::AtomicResources & FastTimerService::AtomicResources::operator+= | ( | Resources const & | other | ) |
Definition at line 161 of file FastTimerService.cc.
References trackingPlots::other.
FastTimerService::AtomicResources & FastTimerService::AtomicResources::operator= | ( | AtomicResources const & | other | ) |
Definition at line 145 of file FastTimerService.cc.
References trackingPlots::other.
void FastTimerService::AtomicResources::reset | ( | void | ) |
Definition at line 138 of file FastTimerService.cc.
std::atomic<uint64_t> FastTimerService::AtomicResources::allocated |
Definition at line 257 of file FastTimerService.h.
std::atomic<uint64_t> FastTimerService::AtomicResources::deallocated |
Definition at line 258 of file FastTimerService.h.
std::atomic<boost::chrono::nanoseconds::rep> FastTimerService::AtomicResources::time_real |
Definition at line 256 of file FastTimerService.h.
std::atomic<boost::chrono::nanoseconds::rep> FastTimerService::AtomicResources::time_thread |
Definition at line 255 of file FastTimerService.h.