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

static String Impala::Process::MemoryInfo::GetUsageString (  )  [inline, static]

Definition at line 74 of file MemoryInfo.h.

References Bytes2String(), and GetUsage().

Referenced by Impala::Core::Training::ComputeKernelMatrix(), Impala::Core::Training::ApplyConcepts::NextContainer(), and Impala::Application::Precompute::Precompute().

00075     {
00076         Int64 usage = GetUsage();
00077         if (usage < 0)
00078             return "no memory info available";
00079         return Bytes2String(usage);
00080     }

Here is the call graph for this function:


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