Uses of Interface
net.officefloor.frame.api.profile.ProfiledProcessState
-
Packages that use ProfiledProcessState Package Description net.officefloor.frame.api.profile net.officefloor.frame.impl.execute.profile -
-
Uses of ProfiledProcessState in net.officefloor.frame.api.profile
Methods in net.officefloor.frame.api.profile with parameters of type ProfiledProcessState Modifier and Type Method Description void
Profiler. profileProcessState(ProfiledProcessState process)
Enables theProfiler
to profile the completedProcessState
. -
Uses of ProfiledProcessState in net.officefloor.frame.impl.execute.profile
Classes in net.officefloor.frame.impl.execute.profile that implement ProfiledProcessState Modifier and Type Class Description class
ProcessProfilerImpl
ProcessProfiler
implementation.
-