public class Profile
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Profile() |
Modifier and Type | Method and Description |
---|---|
static Profile |
createProfile() |
int |
getDepth() |
long |
getEndTime() |
long |
getGcTime() |
long |
getPeriod() |
ProfileEntry[] |
getResults() |
long |
getRunTime() |
long |
getTicks() |
boolean |
isActive() |
void |
setDepth(int depth) |
void |
setPeriod(long period) |
void |
start() |
void |
stop() |
public static Profile createProfile()
public boolean isActive()
public int getDepth()
public void setDepth(int depth)
public void start()
public void stop()
public long getPeriod()
public void setPeriod(long period)
public long getTicks()
public long getRunTime()
public long getEndTime()
public long getGcTime()
public ProfileEntry[] getResults()