Interface Profiler
-
public interface Profiler
Profiler that receives profile information fromOfficeFrame
on eachProcessState
completion.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
profileProcessState(ProfiledProcessState process)
Enables theProfiler
to profile the completedProcessState
.
-
-
-
Method Detail
-
profileProcessState
void profileProcessState(ProfiledProcessState process)
Enables the
Profiler
to profile the completedProcessState
.- Parameters:
process
-ProfiledProcessState
.
-
-