| java.lang.Object com.tivo.jipviewer.JipFrame
JipFrame | class JipFrame (Code) | | Represents an invocation of a method. It holds the
the method
the number of times it was invoked.
the child frames
the total time spent in this method
the net time spent in this function alone.
|
computeNetTime | void computeNetTime()(Code) | | |
getCount | long getCount()(Code) | | |
getNetTime | long getNetTime()(Code) | | |
getTotalTime | long getTotalTime()(Code) | | |
isReentrant | boolean isReentrant()(Code) | | returns true iff one of this frame's ancestors
has the same method as this frame.
|
|
|