Interface Profiler
public interface Profiler
Profiler that receives profile information from
OfficeFrame on each
ProcessState completion.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidprofileProcessState(ProfiledProcessState process) Enables theProfilerto profile the completedProcessState.
-
Method Details
-
profileProcessState
Enables the
Profilerto profile the completedProcessState.- Parameters:
process-ProfiledProcessState.
-