Uses of Enum Class
uk.ac.manchester.tornado.api.enums.ProfilerMode
Packages that use ProfilerMode
Package
Description
-
Uses of ProfilerMode in uk.ac.manchester.tornado.api
Methods in uk.ac.manchester.tornado.api with parameters of type ProfilerModeModifier and TypeMethodDescriptionvoidTornadoTaskGraphInterface.enableProfiler(ProfilerMode profilerMode) TornadoExecutionPlan.withProfiler(ProfilerMode profilerMode) Enables the profiler. -
Uses of ProfilerMode in uk.ac.manchester.tornado.api.enums
Methods in uk.ac.manchester.tornado.api.enums that return ProfilerModeModifier and TypeMethodDescriptionstatic ProfilerModeReturns the enum constant of this class with the specified name.static ProfilerMode[]ProfilerMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProfilerMode in uk.ac.manchester.tornado.api.plan.types
Constructors in uk.ac.manchester.tornado.api.plan.types with parameters of type ProfilerModeModifierConstructorDescriptionWithProfiler(TornadoExecutionPlan parent, ProfilerMode profilerMode) -
Uses of ProfilerMode in uk.ac.manchester.tornado.api.runtime
Methods in uk.ac.manchester.tornado.api.runtime that return ProfilerModeMethods in uk.ac.manchester.tornado.api.runtime with parameters of type ProfilerMode