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

const Group* Impala::Util::TimeStats::SelectGroup ( const std::string &  name  )  [inline]

Definition at line 97 of file TimeStats.h.

References mGroups, mIsTiming, and StopTime().

Referenced by MeasureFirst(), MeasureNext(), Impala::Core::Tracking::TrackerBackFore::SearchObject(), and Impala::Core::Tracking::TrackerBackFore::UpdateObject().

00098     {
00099         if(mIsTiming)
00100             StopTime();
00101         for(int i=0 ; i<mGroups.size() ; i++)
00102             if(mGroups[i]->mName == name)
00103                 return SelectGroup(i);
00104     }

Here is the call graph for this function:


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