#include <TimeStats.h>
Collaboration diagram for Impala::Util::TimeStats::Group:
Public Member Functions | |
Group (const std::string &name) | |
void | AddMeasurement (double time) |
void | Clear () |
Public Attributes | |
std::string | mName |
std::vector< double > | mMeasurements |
double | mTotal |
double | mPercentage |
Definition at line 25 of file TimeStats.h.