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

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

Definition at line 168 of file TimeStats.h.

References GetCurrentGroup(), ILOG_ERROR, mCurrentGroup, mIsTiming, NrGroups(), and StopTime().

00169     {
00170         if (mIsTiming)
00171             StopTime();
00172         if (number < NrGroups())
00173             mCurrentGroup = number;
00174         else
00175             ILOG_ERROR("[SelectGroup] no group " << number);
00176         return GetCurrentGroup();
00177     }

Here is the call graph for this function:


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