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

Int64 Impala::Process::MemoryInfo::GetUsageSinceMark (  )  [inline]

Definition at line 137 of file MemoryInfo.h.

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

00138     {
00139         if (!mIsActive)
00140         {
00141             ILOG_WARN("Not active (" << mTag << ")");
00142             return -1;
00143         }
00144         return GetUsage() - mMemFrom;
00145     }

Here is the call graph for this function:


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