Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Util::TimeStats::MeasureLast (  )  [inline]

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:


Generated on Thu Jan 13 09:24:23 2011 for ImpalaSrc by  doxygen 1.5.1