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