Public Member Functions | |
| stat_set () | |
| void | add (double val) |
| void | add (const stat_set &stats) |
| void | clear () |
Public Attributes | |
| double | sum |
| double | sqr |
| double | min |
| double | max |
| long | count |
|
inline |
|
inline |
|
inline |
Definition at line 77 of file size.cpp.
References moab::sum().
Referenced by set_stats::add(), and gather_set_stats().
|
inline |
| long stat_set::count |
Definition at line 73 of file size.cpp.
Referenced by add(), and print_stats().
| double stat_set::max |
Definition at line 72 of file size.cpp.
Referenced by add(), and print_stats().
| double stat_set::min |
Definition at line 71 of file size.cpp.
Referenced by add(), and print_stats().
| double stat_set::sqr |
Definition at line 70 of file size.cpp.
Referenced by add(), and print_stats().
| double stat_set::sum |
Definition at line 69 of file size.cpp.
Referenced by add(), and print_stats().