public class GCPhaseInfo extends Object
Constructor and Description |
---|
GCPhaseInfo(String name,
double time) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
get the name of this GC phase
|
double |
getTime()
get the time used in this GC phase
|
@ConstructorProperties(value={"name","time"}) public GCPhaseInfo(String name, double time)
name
- the name of this GC phasetime
- the time used in this GC phasepublic String getName()
public double getTime()
"Copyright 2018, Alibaba, Inc."