Online display of profiling data
Status: Beta
Brought to you by:
wollej
Create a socket interface for the profiling data. With
minor changes in the treemap and ProfileViewer it
should be possible to update the treemap view to
redisplay the runtime statistics. Interfaces to be created:
1. SocketListener started by native-library
2. TCP-Interface must implement at least the following:
2.1. SuspendAllThreads
2.2. GetAllThread
2.3. GetStackTraceForThread
2.4. EnableProfilingForThread
2.5. DisableProfilingForThread
2.6. ResumeAllThreads
3. GUI must be changed to display only one thread /
one threadGroup / all threads