|
MySQL 5.6.14 Source Code Document
|

Public Member Functions | |
| void | reset () |
| void | addObservation (double t) |
| void | addObservation (Uint64 t) |
| double | getMean () const |
| double | getStddev () const |
| double | getVariance () const |
| double | getMin () const |
| double | getMax () const |
| int | getCount () const |
| NDBT_Stats & | operator+= (const NDBT_Stats &c) |
Definition at line 24 of file NDBT_Stats.hpp.