Atomic counter of type T with relaxed memory ordering.
Definition in file relaxed_counter.hpp.
Go to the source code of this file.
This graph shows which files directly or indirectly include this file:Classes | |
| class | utils::statistics::RelaxedCounter< T > |
| Atomic counter of type T with relaxed memory ordering. More... | |
Namespaces | |
| namespace | utils |
| Utilities. | |
Functions | |
| template<typename T> | |
| void | utils::statistics::DumpMetric (Writer &writer, const RelaxedCounter< T > &value) |
| template<typename T> | |
| void | utils::statistics::ResetMetric (RelaxedCounter< T > &value) |
| void utils::statistics::DumpMetric | ( | Writer & | writer, |
| const RelaxedCounter< T > & | value ) |
Definition at line 74 of file relaxed_counter.hpp.
| void utils::statistics::ResetMetric | ( | RelaxedCounter< T > & | value | ) |
Definition at line 79 of file relaxed_counter.hpp.