Methods in wt.tools.profiler that return ProfilerFrame |
ProfilerFrame |
ProfilerMenu.fillThread(HashMap threadFrameMap,
String lineStr,
StringTokenizer tok)
|
ProfilerFrame |
ProfilerMenu.fillStack(HashMap threadFrameMap,
String lineStr,
ProfilerFrame threadFrame,
StringTokenizer tok,
int lineno)
|
ProfilerFrame |
ProfilerMenu.srchParentFrame(ProfilerFrame threadFrame,
String srchName,
int srchCount)
|
ProfilerFrame |
ProfilerMenu.srchBranchRoot(HashMap threadFrameMap,
String lineStr,
StringTokenizer tok)
|
ProfilerFrame |
ProfilerDataCollector.procStack(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)
|
ProfilerFrame |
ProfilerDataCollector.procOccData(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)
|
ProfilerFrame |
ProfilerDataCollector.procOccKey(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)
|
Methods in wt.tools.profiler with parameters of type ProfilerFrame |
void |
ViewPanel.displayChildren(ProfilerFrame pFrame,
DefaultMutableTreeNode parent,
ProfilingKeyAdapter forAdapt)
|
void |
ViewPanel.revProfFrame(ProfilerFrame parent,
ProfilerFrame parent_copy)
|
void |
ViewPanel.processNode(ProfilerFrame currFrame)
|
private TreePath |
ViewPanel.expandSingleNodes(ProfilerFrame f,
TreePath path)
|
void |
ViewPanel.procMakeRoot(ProfilerFrame root,
ProfilerFrame parent)
|
ProfilerFrame |
ProfilerMenu.fillStack(HashMap threadFrameMap,
String lineStr,
ProfilerFrame threadFrame,
StringTokenizer tok,
int lineno)
|
ProfilerFrame |
ProfilerMenu.srchParentFrame(ProfilerFrame threadFrame,
String srchName,
int srchCount)
|
void |
ProfilerMenu.saveFileNode(PrintWriter out,
ProfilerFrame parent,
ProfilerFrame child,
String path)
|
ProfilerFrame |
ProfilerDataCollector.procStack(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)
|
ProfilerFrame |
ProfilerDataCollector.procOccData(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)
|
ProfilerFrame |
ProfilerDataCollector.procOccKey(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)
|