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

String Impala::Process::MemoryInfo::GetUsageSinceMarkString (  )  [inline]

Definition at line 148 of file MemoryInfo.h.

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

00149     {
00150         if (!mIsActive)
00151         {
00152             ILOG_WARN("Not active (" << mTag << ")");
00153             return "not active";
00154         }
00155         Int64 memIncr = GetUsage() - mMemFrom;
00156         return Bytes2String(memIncr);
00157     }

Here is the call graph for this function:


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