Uses of Enum Class
uk.ac.manchester.tornado.api.profiler.ProfilerType
Packages that use ProfilerType
-
Uses of ProfilerType in uk.ac.manchester.tornado.api.profiler
Methods in uk.ac.manchester.tornado.api.profiler that return ProfilerTypeModifier and TypeMethodDescriptionstatic ProfilerTypeReturns the enum constant of this class with the specified name.static ProfilerType[]ProfilerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.ac.manchester.tornado.api.profiler with parameters of type ProfilerTypeModifier and TypeMethodDescriptionvoidTornadoProfiler.addValueToMetric(ProfilerType type, String taskName, long value) longTornadoProfiler.getSize(ProfilerType type) longTornadoProfiler.getTaskTimer(ProfilerType type, String taskName) longTornadoProfiler.getTimer(ProfilerType type) voidTornadoProfiler.registerMethodHandle(ProfilerType type, String taskName, String methodName) voidTornadoProfiler.setSystemPowerConsumption(ProfilerType systemPowerConsumptionType, String taskId, long powerConsumption) voidTornadoProfiler.setSystemVoltage(ProfilerType systemPowerVoltageType, String taskId, long voltage) voidTornadoProfiler.setTaskPowerUsage(ProfilerType powerUsageType, String taskId, long power) voidTornadoProfiler.setTaskTimer(ProfilerType totalKernelTime, String taskId, long timer) voidTornadoProfiler.setTimer(ProfilerType type, long time) voidTornadoProfiler.start(ProfilerType type) voidTornadoProfiler.start(ProfilerType type, String taskName) voidTornadoProfiler.stop(ProfilerType type) voidTornadoProfiler.stop(ProfilerType type, String taskName) voidTornadoProfiler.sum(ProfilerType type, long timer)