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: ![]()
|