List of all members.
Public Member Functions |
|
| metrics_entry (double firstvalue, metrictype _valtype) |
|
| metrics_entry (std::string svalue) |
|
| metrics_entry (metrictype _valtype) |
|
void | adj (double v) |
|
void | add (double x) |
|
void | set (double v) |
|
void | set (std::string s) |
|
void | add_vector_entry (size_t i, double x) |
|
void | set_vector_entry (size_t i, double x) |
|
void | timer_start () |
|
void | timer_stop () |
Public Attributes |
|
size_t | count |
|
double | value |
|
double | minvalue |
|
double | cumvalue |
|
double | maxvalue |
|
metrictype | valtype |
|
std::string | stringval |
|
std::vector< double > | v |
|
timeval | start_time |
|
double | lasttime |
The documentation for this struct was generated from the following file: