public class ProProfile extends Profile
Constructor and Description |
---|
ProProfile() |
Modifier and Type | Method and Description |
---|---|
int |
getDepth() |
long |
getEndTime() |
long |
getGcTime() |
long |
getPeriod() |
ProProfileEntry[] |
getResults() |
long |
getRunTime() |
long |
getTicks() |
boolean |
isActive() |
void |
setDepth(int depth) |
void |
setPeriod(long period)
Period is sampling time.
|
void |
start() |
void |
stop() |
java.lang.String |
toString() |
createProfile
public void setPeriod(long period)
public long getRunTime()
getRunTime
in class Profile
public long getEndTime()
getEndTime
in class Profile
public ProProfileEntry[] getResults()
getResults
in class Profile
public java.lang.String toString()
toString
in class java.lang.Object