Interface ProcessProfiler
- 
- All Known Implementing Classes:
 ProcessProfilerImpl
public interface ProcessProfilerProfiler of theProcessState.- Author:
 - Daniel Sagenschneider
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadProfileraddThreadState(ThreadState threadState)Adds aThreadStateto be profiled.voidprocessStateCompleted()Invoked once theProcessStateis complete. 
 - 
 
- 
- 
Method Detail
- 
addThreadState
ThreadProfiler addThreadState(ThreadState threadState)
Adds aThreadStateto be profiled.- Parameters:
 threadState-ThreadState.- Returns:
 ThreadStateto be profiled.
 
- 
processStateCompleted
void processStateCompleted()
Invoked once theProcessStateis complete. 
 - 
 
 -