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

static void Impala::Process::MemoryInfo::PrintUsage ( CString  message  )  [inline, static]

Definition at line 110 of file MemoryInfo.h.

References Bytes2String(), GetUsage(), and ILOG_INFO.

Referenced by Impala::Core::Array::ArraySystem::Allocate().

00111     {
00112         ILOG_INFO("print usage");
00113         Int64 nr = GetUsage();
00114         if (nr < 0)
00115         {
00116             ILOG_INFO("Could not establish memory usage");
00117         }
00118         else
00119         {
00120             ILOG_INFO(message << ", usage = " << nr << " = " << Bytes2String(nr));
00121         }
00122     }

Here is the call graph for this function:


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