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

void Impala::Core::VideoSet::Reporter::FinalReport (  )  [inline]

Definition at line 195 of file Reporter.h.

References ILOG_ERROR_COUNT, ILOG_INFO, mNrDone, mTimerTotal, and Impala::Timer::SplitTimeStr().

00196     {
00197         int nr = (mNrDone != 0) ? mNrDone : 1;
00198         ILOG_INFO("DONE time avg=" << mTimerTotal.SplitTimeStr(nr) <<
00199                   " total=" << mTimerTotal.SplitTimeStr() <<
00200                   " error=" << ILOG_ERROR_COUNT);
00201     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:31:12 2010 for ImpalaSrc by  doxygen 1.5.1