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

void Impala::Core::ImageSet::Reporter::AllDoneFile (  )  [inline, private]

Definition at line 151 of file Reporter.h.

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

Referenced by HandleNewFile().

00152     {
00153         if (mReportArray)
00154             Array::ArraySystem::Instance().CheckMemoryUsageSinceMark(false);
00155         if (mDoPrint)
00156         {
00157             ILOG_INFO("++ avg time=" << mTimerReport.SplitTimeStr(mReport)
00158                       << " total=" << mTimerTotal.SplitTimeStr()
00159                       << " error=" << ILOG_ERROR_COUNT);
00160             mTimerReport.Start();
00161         }
00162     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:15:23 2010 for ImpalaSrc by  doxygen 1.5.1