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

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

Definition at line 159 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().

00160     {
00161         if (mReportArray)
00162             Array::ArraySystem::Instance().CheckMemoryUsageSinceMark(false);
00163         if (mDoPrint)
00164         {
00165             ILOG_INFO("++ avg time=" << mTimerReport.SplitTimeStr(mReport)
00166                       << " total=" << mTimerTotal.SplitTimeStr()
00167                       << " error=" << ILOG_ERROR_COUNT);
00168             mTimerReport.Start();
00169         }
00170     }

Here is the call graph for this function:


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