Represents a vector of stats, each with a name.
More...
#include <stats.hh>
|
| StatsNamedVector (bool reg=true) |
|
void | init (const std::string &name, const std::string &desc, time_unit unit=time_unit::any_unit) |
|
StatsScalar & | operator[] (const std::string &memb_name) |
|
std::string | str () const override |
| Get the string representation of the stat.
|
|
std::string | latex (const std::string &prefix="") const override |
|
| StatsNamedVector (bool reg=true) |
|
void | init (const std::string &name, const std::string &desc, time_unit unit=time_unit::any_unit) |
|
StatsScalar & | operator[] (const std::string &memb_name) |
|
std::string | str () const override |
| Get the string representation of the stat.
|
|
std::string | latex (const std::string &prefix="") const override |
|
| StatsBase (bool reg) |
|
void | init (const std::string &name, const std::string &desc) |
|
virtual double | avg () const |
|
| StatsBase (bool reg) |
|
void | init (const std::string &name, const std::string &desc) |
|
virtual double | avg () const |
|
|
std::map< std::string, StatsScalar > | vec |
|
time_unit | unit |
|
|
std::string | stat_name |
|
std::string | stat_desc |
|
Represents a vector of stats, each with a name.
Definition at line 322 of file stats.hh.
The documentation for this class was generated from the following file: