public static class PerformanceStatistics.Event
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
generation |
java.lang.String |
label |
long |
memory |
long |
time |
Constructor and Description |
---|
PerformanceStatistics.Event() |
Modifier and Type | Method and Description |
---|---|
int |
getGeneration() |
java.lang.String |
getLabel() |
long |
getMemory() |
long |
getTime() |
java.lang.String |
toString() |