Counts operations.
More...
#include <stats.hh>
|
| Counter (bool reg=true) |
|
void | init (const std::string &name, const std::string &desc) |
|
Counter & | operator++ () |
|
Counter | operator++ (int) |
|
size_t | value () const |
|
std::string | str () const override |
| Get the string representation of the stat.
|
|
| StatsBase (bool reg) |
|
void | init (const std::string &name, const std::string &desc) |
|
virtual double | avg () const |
|
virtual std::string | latex (const std::string &prefix="") const |
|
| StatsBase (bool reg) |
|
void | init (const std::string &name, const std::string &desc) |
|
virtual double | avg () const |
|
virtual std::string | latex (const std::string &prefix="") const |
|
|
std::string | stat_name |
|
std::string | stat_desc |
|
Counts operations.
Definition at line 187 of file stats.hh.
The documentation for this class was generated from the following file: