Uses of Interface
net.officefloor.frame.internal.structure.ThreadProfiler
-
Packages that use ThreadProfiler Package Description net.officefloor.frame.impl.execute.profile net.officefloor.frame.internal.structure -
-
Uses of ThreadProfiler in net.officefloor.frame.impl.execute.profile
Classes in net.officefloor.frame.impl.execute.profile that implement ThreadProfiler Modifier and Type Class Description class
ThreadProfilerImpl
ThreadProfiler
implementation.Methods in net.officefloor.frame.impl.execute.profile that return ThreadProfiler Modifier and Type Method Description ThreadProfiler
ProcessProfilerImpl. addThreadState(ThreadState threadState)
-
Uses of ThreadProfiler in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ThreadProfiler Modifier and Type Method Description ThreadProfiler
ProcessProfiler. addThreadState(ThreadState threadState)
Adds aThreadState
to be profiled.
-