Class ProfileGraph
java.lang.Object
ca.spottedleaf.profiler.ProfileGraph
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDFS()intgetNode(int parent, int timerId) intgetOrCreateNode(int parent, int timerId)
-
Field Details
-
ROOT_NODE
public static final int ROOT_NODE- See Also:
-
-
Constructor Details
-
ProfileGraph
public ProfileGraph()
-
-
Method Details
-
getDFS
-
getNode
public int getNode(int parent, int timerId) -
getOrCreateNode
public int getOrCreateNode(int parent, int timerId)
-