Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Util::TimeStats::Group::AddMeasurement ( double  time  )  [inline]

Definition at line 34 of file TimeStats.h.

References mMeasurements, and mTotal.

Referenced by Impala::Util::TimeStats::StopTime().

00035         {
00036             mMeasurements.push_back(time);
00037             mTotal += time;
00038         }


Generated on Fri Mar 19 11:41:32 2010 for ImpalaSrc by  doxygen 1.5.1