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: ![]()
|