Definition at line 103 of file TimeStats.h. References ILOG_ERROR, mCurrentGroup, NrGroups(), and StopTime(). Referenced by Impala::Core::Training::ComputeKernelMatrix(), Impala::Core::Feature::InterestPointFeature::FindInterestPoints(), and Impala::Application::Precompute::Precompute(). 00104 { 00105 StopTime(); 00106 if (mCurrentGroup != NrGroups() - 1) 00107 ILOG_ERROR("[MeasureLast] Not at last group"); 00108 }
Here is the call graph for this function: ![]()
|