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

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

Definition at line 75 of file ProcessInfo.h.

References Impala::Process::GetMemUsage(), ILOG_WARN, mIsActive, mMemFrom, and mTag.

00076     {
00077         if (mIsActive)
00078         {
00079             ILOG_WARN("Already active (" << mTag << ")");
00080             return;
00081         }
00082 
00083         mMemFrom = GetMemUsage();
00084         mIsActive = true;
00085     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:37:48 2010 for ImpalaSrc by  doxygen 1.5.1