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

void Impala::Util::TimeStats::Reset (  )  [inline]

Definition at line 195 of file TimeStats.h.

References Impala::Core::Vector::Clear(), mGroups, mIsTiming, NrGroups(), and StopTime().

Referenced by MeasureFromSub(), and Impala::Core::Tracking::TrackerBackFore::NewPosition().

00196     {
00197         if (mIsTiming)
00198             StopTime();
00199         for (int i=0 ; i<NrGroups() ; i++)
00200             mGroups[i]->Clear();
00201     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:24 2011 for ImpalaSrc by  doxygen 1.5.1