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

String Impala::Util::TimeStats::AsString (  )  [inline]

Definition at line 130 of file TimeStats.h.

References Print().

Referenced by Impala::Core::Training::ComputeKernelMatrix(), Impala::Core::Feature::InterestPointFeature::FindInterestPoints(), and Impala::Application::Precompute::Precompute().

00131     {
00132         std::ostringstream oss;
00133         Print(oss);
00134         return oss.str();
00135     }

Here is the call graph for this function:


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