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()  | 
createProfilepublic void setPeriod(long period)
public long getRunTime()
getRunTime in class Profilepublic long getEndTime()
getEndTime in class Profilepublic ProProfileEntry[] getResults()
getResults in class Profilepublic java.lang.String toString()
toString in class java.lang.Object