#include <MemoryStats.hpp>
Public Member Functions | |
ObjectStats () | |
void | clear () |
void | logObject (RexxObject *obj) |
void | printStats (int type) |
Protected Attributes | |
size_t | count |
size_t | size |
Definition at line 52 of file MemoryStats.hpp.
|
inline |
Definition at line 55 of file MemoryStats.hpp.
|
inline |
Definition at line 57 of file MemoryStats.hpp.
Referenced by MemoryStats::clear().
|
inline |
Definition at line 58 of file MemoryStats.hpp.
References count, RexxInternalObject::getObjectSize(), and size.
Referenced by MemoryStats::logObject().
void ObjectStats::printStats | ( | int | type | ) |
Definition at line 140 of file MemoryStats.cpp.
References count, size, and type.
Referenced by MemoryStats::printMemoryStats(), and MemoryStats::printSavedImageStats().
|
protected |
Definition at line 63 of file MemoryStats.hpp.
Referenced by clear(), logObject(), and printStats().
|
protected |
Definition at line 64 of file MemoryStats.hpp.
Referenced by clear(), logObject(), and printStats().