com.caucho.quercus.env
Class ProfileEntry
java.lang.Object
com.caucho.quercus.env.ProfileEntry
public final class ProfileEntry
- extends java.lang.Object
A profile entry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProfileEntry
public ProfileEntry(int id,
int parentId,
ProfileEntry hashNext)
getId
public final int getId()
getParentId
public final int getParentId()
getHashNext
public final ProfileEntry getHashNext()
getCount
public long getCount()
getNanos
public long getNanos()
add
public final void add(long nanos)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object