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

void Impala::Process::MemoryInfo::MarkFrom (  )  [inline]

Definition at line 125 of file MemoryInfo.h.

References GetUsage(), ILOG_WARN, mIsActive, mMemFrom, and mTag.

00126     {
00127         if (mIsActive)
00128         {
00129             ILOG_WARN("Already active (" << mTag << ")");
00130             return;
00131         }
00132         mMemFrom = GetUsage();
00133         mIsActive = true;
00134     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:00 2011 for ImpalaSrc by  doxygen 1.5.1