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

void Impala::Core::VideoSet::Reporter::AllDoneFrame (  )  [inline, private]

Definition at line 224 of file Reporter.h.

References Impala::Core::Array::ArraySystem::CheckMemoryUsageSinceMark(), ILOG_ERROR_COUNT, ILOG_INFO, Impala::Core::Array::ArraySystem::Instance(), mDoPrint, mReport, mReportArray, mTimerReport, mTimerTotal, Impala::Timer::SplitTimeStr(), and Impala::Timer::Start().

Referenced by HandleNewFrame().

00225     {
00226         if (mReportArray)
00227             Array::ArraySystem::Instance().CheckMemoryUsageSinceMark(false);
00228         if (mDoPrint)
00229         {
00230             ILOG_INFO("++ time avg=" << mTimerReport.SplitTimeStr(mReport)
00231                       << " total=" << mTimerTotal.SplitTimeStr()
00232                       << " error=" << ILOG_ERROR_COUNT);
00233             mTimerReport.Start();
00234         }
00235     }

Here is the call graph for this function:


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