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

const Group* Impala::Util::TimeStats::SelectGroup ( int  number  )  [inline]

Definition at line 106 of file TimeStats.h.

References GetCurrentGroup(), mCurrentGroup, mGroups, mIsTiming, and StopTime().

00107     {
00108         if(mIsTiming)
00109             StopTime();
00110         if(number < mGroups.size())
00111             mCurrentGroup = number;
00112         return GetCurrentGroup();
00113     }

Here is the call graph for this function:


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