Uses of Interface
net.officefloor.frame.api.profile.Profiler
Packages that use Profiler
Package
Description
-
Uses of Profiler in net.officefloor.compile
Methods in net.officefloor.compile with parameters of type ProfilerModifier and TypeMethodDescriptionabstract voidOfficeFloorCompiler.addProfiler(String officeName, Profiler profiler) -
Uses of Profiler in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with parameters of type ProfilerModifier and TypeMethodDescriptionvoidOfficeFloorCompilerImpl.addProfiler(String officeName, Profiler profiler) -
Uses of Profiler in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with parameters of type ProfilerModifier and TypeMethodDescriptionvoidOfficeFloorCompilerAdapter.addProfiler(String officeName, Profiler profiler) -
Uses of Profiler in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ProfilerModifier and TypeMethodDescriptionOfficeNodeImpl.buildOffice(OfficeFloorBuilder builder, CompileContext compileContext, Profiler profiler) Constructor parameters in net.officefloor.compile.impl.structure with type arguments of type ProfilerModifierConstructorDescriptionOfficeFloorNodeImpl(String officeFloorSourceClassName, OfficeFloorSource officeFloorSource, String officeFloorLocation, NodeContext context, Map<String, Profiler> profilers) Initiate. -
Uses of Profiler in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with parameters of type ProfilerModifier and TypeMethodDescriptionOfficeNode.buildOffice(OfficeFloorBuilder builder, CompileContext compileContext, Profiler profiler) Builds theOfficefor thisOfficeNode. -
Uses of Profiler in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type Profiler -
Uses of Profiler in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return ProfilerMethods in net.officefloor.frame.impl.construct.office with parameters of type Profiler -
Uses of Profiler in net.officefloor.frame.impl.execute.office
Constructors in net.officefloor.frame.impl.execute.office with parameters of type ProfilerModifierConstructorDescriptionOfficeMetaDataImpl(String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?, ?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?, ?> stateKeepAliveFunctionMetaData, Map<String, ManagedFunctionMetaData<?, ?>> loadObjectMetaDatas, OfficeStartupFunction[] startupFunctions, Profiler profiler) Initiate. -
Uses of Profiler in net.officefloor.frame.impl.execute.process
Constructors in net.officefloor.frame.impl.execute.process with parameters of type ProfilerModifierConstructorDescriptionProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, Consumer<ProcessState> initialSetup) Initiate.ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex, Consumer<ProcessState> initialSetup) Initiate for aProcessStateinitiated by aManagedObject. -
Uses of Profiler in net.officefloor.frame.impl.execute.profile
Constructors in net.officefloor.frame.impl.execute.profile with parameters of type ProfilerModifierConstructorDescriptionProcessProfilerImpl(Profiler profiler, ProcessState process, long startTimestampMilliseconds, long startTimestampNanoseconds) Initiate. -
Uses of Profiler in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return Profiler