|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.profile.ProfileItem
public class ProfileItem
Report of profile entries
Constructor Summary | |
---|---|
ProfileItem(java.lang.String name,
java.lang.String parent,
long count,
long micros)
|
Method Summary | |
---|---|
long |
getCount()
Returns the item call count |
long |
getMicros()
Returns the item execution time in microseconds |
java.lang.String |
getName()
Returns the item's function name |
java.lang.String |
getParent()
Returns the item's parent name |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProfileItem(java.lang.String name, java.lang.String parent, long count, long micros)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getParent()
public long getCount()
public long getMicros()
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 |