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: ![]()
|