Class diagram for MemoryHistogram:
Public Members | |||
![]() | ![]() | void | init (fint maxSize, fint imaps) |
![]() | ![]() | void | addGenericMap (char* name, matchFn predicate) |
![]() | ![]() | void | addMap (Map* m, char* name) |
![]() | ![]() | void | add (oop p) |
![]() | ![]() | void | print () |
![]() | ![]() | fint | maxSize |
![]() | ![]() | int32 | totalSize |
![]() | ![]() | int32* | sizeCounts |
![]() | ![]() | int32 | nobjs |
![]() | ![]() | int32 | nmaps |
![]() | ![]() | int32 | mapSize |
![]() | ![]() | fint | interesting |
![]() | ![]() | InterestingMap** | iMaps |
void MemoryHistogram::init (fint maxS, fint imaps) |
void MemoryHistogram::addGenericMap (char * name, matchFn predicate) |
void MemoryHistogram::addMap (Map * m, char * name) |
void MemoryHistogram::add (oop p) |
void MemoryHistogram::print () [virtual]
|
Reimplemented from VMObj.
fint MemoryHistogram::maxSize |
int32 MemoryHistogram::totalSize |
int32* MemoryHistogram::sizeCounts |
int32 MemoryHistogram::nobjs |
int32 MemoryHistogram::nmaps |
int32 MemoryHistogram::mapSize |
fint MemoryHistogram::interesting |
InterestingMap** MemoryHistogram::iMaps |