Uses of Class
org.javasimon.callback.calltree.CallTree

Packages that use CallTree
org.javasimon.callback.calltree CallTreeCallback gathers information for current thread and displays it subsequent calls like a tree. 
 

Uses of CallTree in org.javasimon.callback.calltree
 

Fields in org.javasimon.callback.calltree with type parameters of type CallTree
private  ThreadLocal<CallTree> CallTreeCallback.threadCallTree
          Call tree of current thread.
 

Methods in org.javasimon.callback.calltree that return CallTree
private  CallTree CallTreeCallback.getCallTree()
          Returns call tree for current thread.
static CallTree CallTreeCallback.getLastCallTree(Stopwatch stopwatch)
          Returns last call tree stored in stopwatch attributes.
private  CallTree CallTreeCallback.initCallTree()
          Initializes the call tree for current thread.
 

Methods in org.javasimon.callback.calltree with parameters of type CallTree
 void CallTreeCallback.onRootStopwatchStop(CallTree callTree, Split split)
          When stopwatch corresponding to root tree node is stopped, this method is called.
 



Copyright © 2013. All Rights Reserved.