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:
|