Public Member Functions | |
Counter (char *t) | |
void | update (memOop obj) |
void | print (char *prefix) |
void | add (Counter *i) |
Static Public Member Functions | |
static int | compare (Counter **a, Counter **b) |
Public Attributes | |
char * | title |
int | total_size |
int | number |
Definition at line 391 of file debug_prims.cpp.
Counter::Counter | ( | char * | t | ) | [inline] |
void Counter::add | ( | Counter * | i | ) | [inline] |
Definition at line 410 of file debug_prims.cpp.
References number, and total_size.
Referenced by ObjectHistogram::print().
void Counter::print | ( | char * | prefix | ) | [inline] |
Definition at line 405 of file debug_prims.cpp.
References outputStream::fill_to(), number, oopSize, outputStream::print(), outputStream::print_cr(), std, title, and total_size.
Referenced by ObjectHistogram::print().
Here is the call graph for this function:
void Counter::update | ( | memOop | obj | ) | [inline] |
Definition at line 401 of file debug_prims.cpp.
References number, memOopDesc::size(), and total_size.
Referenced by ObjectHistogram::do_object().
Here is the call graph for this function:
int Counter::number |
char* Counter::title |