Definition at line 89 of file TimeStats.h. References Impala::Util::TimeStats::Group::AddMeasurement(), GetCurrentGroup(), GetGroup(), mCurrentGroup, mIsTiming, NrGroups(), Reset(), SelectGroup(), and StartTime(). Referenced by Impala::Core::Training::ComputeKernelMatrix(), and Impala::Application::Precompute::Precompute(). 00090 { 00091 mIsTiming = false; 00092 for (int i=0 ; i<sub->NrGroups() ; i++) 00093 { 00094 Group* g = sub->GetGroup(i); 00095 GetCurrentGroup()->AddMeasurement(g->mTotal); 00096 SelectGroup(mCurrentGroup + 1); 00097 } 00098 sub->Reset(); 00099 StartTime(); 00100 }
Here is the call graph for this function: ![]()
|