Package | Description |
---|---|
org.mmtk.plan | |
org.mmtk.plan.generational |
Modifier and Type | Field and Description |
---|---|
private static Timer |
Simple.finalizeTime |
private static Timer |
Simple.refTypeTime
Constants
|
private static Timer |
Simple.scanTime |
protected Timer |
Phase.timer
The Timer that is started and stopped around the execution of this
phase.
|
static Timer |
Plan.totalTime
Timer that counts total time
|
Modifier and Type | Method and Description |
---|---|
static short |
Phase.createComplex(String name,
Timer timer,
int... scheduledPhases)
Constructs a complex phase, re-using a specified timer.
|
static short |
Phase.createConcurrent(String name,
Timer timer,
int atomicScheduledPhase)
Construct a phase, re-using a specified timer.
|
static short |
Phase.createSimple(String name,
Timer timer)
Constructs a phase, re-using a specified timer.
|
Constructor and Description |
---|
ComplexPhase(String name,
Timer timer,
int[] scheduledSubPhases)
Construct a complex phase from an array of phase IDs, but using
the specified timer rather than creating one.
|
ConcurrentPhase(String name,
Timer timer,
int atomicScheduledPhase)
Construct a complex phase from an array of phase IDs, but using
the specified timer rather than creating one.
|
Phase(String name,
Timer timer)
Create a new phase.
|
SimplePhase(String name,
Timer timer)
Construct a phase, re-using a specified timer.
|
Modifier and Type | Field and Description |
---|---|
private static Timer |
Gen.fullHeapTime |