|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectperformancemonster.stretchedcallgraph.ThreadNode
public class ThreadNode
Constructor Summary | |
---|---|
ThreadNode(long threadId)
|
Method Summary | |
---|---|
Node |
addChild(GraphElement element)
|
boolean |
areChildrenEnded()
|
boolean |
equals(java.lang.Object other)
|
java.util.List<MethodNode> |
getChildren()
|
java.lang.String |
getName()
Gives the name of this node. |
Node |
getParent()
|
long |
getThreadId()
|
long |
getTimeInMethod()
Gives the time spent in this method, excluding the time spent in sub-methods. |
long |
getTotalTime()
Gives the total time spent in this method. |
int |
hashCode()
|
boolean |
isEnded()
Indicates whether or not the underlying graph element is ended or not. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ThreadNode(long threadId)
Method Detail |
---|
public Node addChild(GraphElement element)
addChild
in interface Node
public Node getParent()
getParent
in interface Node
public java.util.List<MethodNode> getChildren()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
Node
getName
in interface Node
public long getTotalTime()
Node
getTotalTime
in interface Node
public long getTimeInMethod()
Node
getTimeInMethod
in interface Node
public long getThreadId()
public boolean isEnded()
Node
isEnded
in interface Node
true
if the underlying graph element is ended,
false
otherwise.public boolean areChildrenEnded()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |