| Package | Description |
|---|---|
| org.jikesrvm.mm.mmtk | |
| org.mmtk.plan | |
| org.mmtk.plan.generational | |
| org.mmtk.plan.stickyimmix | |
| org.mmtk.policy.immix | |
| org.mmtk.utility.statistics |
| Class and Description |
|---|
| PerfEvent
This class represents a perf event, such as cache misses, etc.
|
| Class and Description |
|---|
| Timer
This class implements a simple timer.
|
| Class and Description |
|---|
| BooleanCounter
This class implements a simple boolean counter (counting number of
phases where some boolean event is true).
|
| EventCounter
This class implements a simple event counter (counting number
events that occur for each phase).
|
| SizeCounter
This class implements a simple counter of events of different sizes
(eg object allocations, where total number of objects and total
volume of objects would be counted).
|
| Timer
This class implements a simple timer.
|
| Class and Description |
|---|
| BooleanCounter
This class implements a simple boolean counter (counting number of
phases where some boolean event is true).
|
| Class and Description |
|---|
| EventCounter
This class implements a simple event counter (counting number
events that occur for each phase).
|
| SizeCounter
This class implements a simple counter of events of different sizes
(eg object allocations, where total number of objects and total
volume of objects would be counted).
|
| Class and Description |
|---|
| Counter
This abstract class describes the interface of a generic counter.
|
| EventCounter
This class implements a simple event counter (counting number
events that occur for each phase).
|
| LongCounter
This abstract class implements a simple counter (counting some
integer (long) value for each phase).
|
| Stats.Phase |