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

Impala::Core::ImageSet::Reporter::Reporter ( Reporter master  )  [inline]

Definition at line 28 of file Reporter.h.

References Impala::CmdOptions::GetInstance(), Impala::CmdOptions::GetInt(), Impala::Core::Array::ArraySystem::Instance(), mAllocUsageStart, mMaster, mNrDone, mReport, and mReportArray.

00029     {
00030         mMaster = master;
00031         CmdOptions& options = CmdOptions::GetInstance();
00032         mReport = options.GetInt("report");
00033         mNrDone = 0;
00034         mReportArray = true;
00035         mAllocUsageStart = Array::ArraySystem::Instance().AllocUsage();
00036     }

Here is the call graph for this function:


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