|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.profile.Profile
com.caucho.profile.ProProfile
public class ProProfile
Resin's bootstrap class.
| Constructor Summary | |
|---|---|
ProProfile()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class com.caucho.profile.Profile |
|---|
createProfile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProProfile()
| Method Detail |
|---|
public int getDepth()
getDepth in class Profilepublic void setDepth(int depth)
setDepth in class Profilepublic void setPeriod(long period)
setPeriod in class Profilepublic long getPeriod()
getPeriod in class Profilepublic boolean isActive()
isActive in class Profilepublic void start()
start in class Profilepublic void stop()
stop in class Profilepublic long getTicks()
getTicks in class Profilepublic long getRunTime()
getRunTime in class Profilepublic long getEndTime()
getEndTime in class Profilepublic long getGcTime()
getGcTime in class Profilepublic ProProfileEntry[] getResults()
getResults in class Profilepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||