#include <StorageAccount.h>
Public Member Functions | |
Counter () | |
Counter (Counter const &iOther) | |
Static Public Member Functions | |
static void | addTo (std::atomic< double > &iAtomic, double iToAdd) |
Public Attributes | |
std::atomic< uint64_t > | amount |
std::atomic< double > | amount_square |
std::atomic< uint64_t > | attempts |
std::atomic< uint64_t > | successes |
std::atomic< double > | timeMax |
std::atomic< double > | timeMin |
std::atomic< double > | timeTotal |
std::atomic< int64_t > | vector_count |
std::atomic< int64_t > | vector_square |
Definition at line 39 of file StorageAccount.h.
|
inline |
Definition at line 40 of file StorageAccount.h.
References summarizeEdmComparisonLogfiles::successes, HLT_2018_cff::timeMax, and HLT_2018_cff::timeMin.
|
inline |
Definition at line 55 of file StorageAccount.h.
References attempts, summarizeEdmComparisonLogfiles::successes, HLT_2018_cff::timeMax, and HLT_2018_cff::timeMin.
|
inlinestatic |
Definition at line 84 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().
std::atomic<uint64_t> StorageAccount::Counter::amount |
Definition at line 74 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().
std::atomic<double> StorageAccount::Counter::amount_square |
Definition at line 77 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().
std::atomic<uint64_t> StorageAccount::Counter::attempts |
Definition at line 72 of file StorageAccount.h.
Referenced by Counter(), and StorageAccount::Stamp::Stamp().
std::atomic<uint64_t> StorageAccount::Counter::successes |
Definition at line 73 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().
std::atomic<double> StorageAccount::Counter::timeMax |
Definition at line 82 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().
std::atomic<double> StorageAccount::Counter::timeMin |
Definition at line 81 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().
std::atomic<double> StorageAccount::Counter::timeTotal |
Definition at line 80 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().
std::atomic<int64_t> StorageAccount::Counter::vector_count |
Definition at line 78 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().
std::atomic<int64_t> StorageAccount::Counter::vector_square |
Definition at line 79 of file StorageAccount.h.
Referenced by StorageAccount::Stamp::tick().