Uses of Interface
net.officefloor.frame.api.profile.Profiler
-
-
Uses of Profiler in net.officefloor.compile
Methods in net.officefloor.compile with parameters of type Profiler Modifier and Type Method Description abstract void
OfficeFloorCompiler. addProfiler(java.lang.String officeName, Profiler profiler)
-
Uses of Profiler in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with parameters of type Profiler Modifier and Type Method Description void
OfficeFloorCompilerImpl. addProfiler(java.lang.String officeName, Profiler profiler)
-
Uses of Profiler in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with parameters of type Profiler Modifier and Type Method Description void
OfficeFloorCompilerAdapter. addProfiler(java.lang.String officeName, Profiler profiler)
-
Uses of Profiler in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type Profiler Modifier and Type Method Description OfficeBindings
OfficeNodeImpl. buildOffice(OfficeFloorBuilder builder, CompileContext compileContext, Profiler profiler)
Constructor parameters in net.officefloor.compile.impl.structure with type arguments of type Profiler Constructor Description OfficeFloorNodeImpl(java.lang.String officeFloorSourceClassName, OfficeFloorSource officeFloorSource, java.lang.String officeFloorLocation, NodeContext context, java.util.Map<java.lang.String,Profiler> profilers)
Initiate. -
Uses of Profiler in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with parameters of type Profiler Modifier and Type Method Description OfficeBindings
OfficeNode. buildOffice(OfficeFloorBuilder builder, CompileContext compileContext, Profiler profiler)
Builds theOffice
for thisOfficeNode
. -
Uses of Profiler in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type Profiler Modifier and Type Method Description void
OfficeBuilder. setProfiler(Profiler profiler)
-
Uses of Profiler in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return Profiler Modifier and Type Method Description Profiler
OfficeBuilderImpl. getProfiler()
Methods in net.officefloor.frame.impl.construct.office with parameters of type Profiler Modifier and Type Method Description void
OfficeBuilderImpl. setProfiler(Profiler profiler)
-
Uses of Profiler in net.officefloor.frame.impl.execute.office
Constructors in net.officefloor.frame.impl.execute.office with parameters of type Profiler Constructor Description OfficeMetaDataImpl(java.lang.String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?,?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?,?> stateKeepAliveFunctionMetaData, java.util.Map<java.lang.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 Profiler Constructor Description ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, java.util.function.Consumer<ProcessState> initialSetup)
Initiate.ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex, java.util.function.Consumer<ProcessState> initialSetup)
Initiate for aProcessState
initiated by aManagedObject
. -
Uses of Profiler in net.officefloor.frame.impl.execute.profile
Constructors in net.officefloor.frame.impl.execute.profile with parameters of type Profiler Constructor Description ProcessProfilerImpl(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 Modifier and Type Method Description Profiler
OfficeConfiguration. getProfiler()
-