wt.tools.profiler
Class ProfilerDataCollector
java.lang.Object
wt.tools.profiler.ProfilerDataCollector
- public class ProfilerDataCollector
- extends Object
This class processes the profiler data that is sent to the client regularly
by the profiling service
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
profMainPanel
ProfilerMainPanel profMainPanel
threadFrameMap
public Map threadFrameMap
resultStore
public static ProfilerDataCollector resultStore
keyMap
private Map keyMap
ProfilerDataCollector
public ProfilerDataCollector(ProfilerMainPanel profPanel)
processData
public void processData(ProfilerPollWrapper wrapper)
procStack
public ProfilerFrame procStack(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)
procOccData
public ProfilerFrame procOccData(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)
procOccKey
public ProfilerFrame procOccKey(String str,
ProfilingKeyAdapter key,
int cost,
ProfilerFrame root)