|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.profile.Profile
public class Profile
Constructor Summary | |
---|---|
protected |
Profile()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Profile()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |