Package | Description |
---|---|
org.mmtk.utility.statistics |
Modifier and Type | Method and Description |
---|---|
static Stats.Phase |
Stats.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stats.Phase[] |
Stats.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Stats.printPhaseStatXml(Counter c,
int p,
Stats.Phase phase)
Print a single phase counter in an xml tag
|
private static void |
Stats.printTotalXml(Counter c,
Stats.Phase phase)
Print a single total in an xml tag
|