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

void Impala::Core::Array::ArraySystem::DumpMap (  )  const [inline]

Definition at line 162 of file ArraySystem.h.

References ILOG_INFO, and mMap.

Referenced by MarkMemoryUsage(), and MemoryUsageSinceMark().

00163     {
00164         ILOG_INFO("DumpMap start");
00165         for (SysInfMap::const_iterator i=mMap.begin() ; i!=mMap.end() ; i++)
00166             ILOG_INFO(i->second.mAllocNr << " = (0x" << i->first << ") " 
00167                       << i->second.mN << " elements of " << i->second.mSizeof
00168                       << " bytes");
00169         ILOG_INFO("DumpMap end");
00170     }


Generated on Fri Mar 19 10:59:12 2010 for ImpalaSrc by  doxygen 1.5.1