Definition at line 156 of file TimeStats.h. References ILOG_ERROR, mGroups, mIsTiming, NrGroups(), and StopTime(). Referenced by MeasureFirst(), MeasureFromSub(), MeasureNext(), Impala::Core::Tracking::TrackerBackFore::SearchObject(), and Impala::Core::Tracking::TrackerBackFore::UpdateObject(). 00157 { 00158 if (mIsTiming) 00159 StopTime(); 00160 for (int i=0 ; i<NrGroups() ; i++) 00161 if (mGroups[i]->mName == name) 00162 return SelectGroup(i); 00163 ILOG_ERROR("[SelectGroup} group not found: " << name); 00164 return 0; 00165 }
Here is the call graph for this function: ![]()
|