|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.tools.profiler.ProfilerPoint
public class ProfilerPoint
Represents a unique point at which profiling is performed. Obtained from a
ProfilerManager
. Equality between two instances of ProfilerPoint is
based on the name only.
Method Summary | |
---|---|
ProfilerPoint |
addProfilerPoint(java.lang.String name)
|
int |
compareTo(ProfilerPoint point)
|
protected ProfilerPoint |
create(java.lang.String name)
|
boolean |
equals(java.lang.Object o)
|
long |
getInvocationCount()
|
long |
getMaxTime()
Minimum time for this node in nanoseconds, does not include the time for child nodes. |
long |
getMinTime()
Minimum time for this node in nanoseconds, does not include the time for child nodes. |
java.lang.String |
getName()
|
protected ProfilerManager |
getProfilerManager()
|
long |
getTime()
Time for this node in nanoseconds, does not include the time for child nodes. |
int |
hashCode()
|
Profiler |
start()
|
protected Profiler |
start(ProfilerPoint parent)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
protected ProfilerManager getProfilerManager()
public java.lang.String getName()
public ProfilerPoint addProfilerPoint(java.lang.String name)
protected ProfilerPoint create(java.lang.String name)
public Profiler start()
protected Profiler start(ProfilerPoint parent)
public long getTime()
public long getMinTime()
public long getMaxTime()
public long getInvocationCount()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(ProfilerPoint point)
compareTo
in interface java.lang.Comparable<ProfilerPoint>
public int hashCode()
hashCode
in class java.lang.Object
public 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 |