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

virtual void Impala::Core::ImageSet::Reporter::HandleDoneDir ( ImageSet is,
int  dirId 
) [inline, virtual]

Completed given DB_DIR in a "normal" walk.

Reimplemented from Impala::Core::ImageSet::Listener.

Definition at line 61 of file Reporter.h.

References ILOG_INFO, Impala::Core::Array::ArraySystem::Instance(), mAllocUsageStart, mMaster, and mReportArray.

00062     {
00063         if (mMaster)
00064         {
00065             ILOG_INFO("..   done dir id = " << dirId);
00066             if (mReportArray)
00067             {
00068                 int usage = Array::ArraySystem::Instance().AllocUsage();
00069                 ILOG_INFO("Alloc usage = " << usage - mAllocUsageStart);
00070             }
00071         }
00072     }

Here is the call graph for this function:


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