Uses of Class
net.minecraft.client.util.profiler.SamplingRecorder
Packages that use SamplingRecorder
-
Uses of SamplingRecorder in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as SamplingRecorderMethods in net.minecraft.client.util.profiler that return SamplingRecorderModifier and TypeMethodDescriptionSamplingRecorder.Builder.create()
static SamplingRecorder
SamplingRecorder.create(String name, DoubleSupplier timeGetter)
static <T> SamplingRecorder
SamplingRecorder.create(String name, T context, ToDoubleFunction<T> timeFunc)
static SamplingRecorder
SamplingRecorder.create(Metric metric, DoubleSupplier timeGetter)
private SamplingRecorder
DebugRecorder.createFrameTimeSampler(LongSupplier timeGetter)
SamplerFactory.createSampler(String[] pathNodes)
Methods in net.minecraft.client.util.profiler that return types with arguments of type SamplingRecorderConstructors in net.minecraft.client.util.profiler with parameters of type SamplingRecorderConstructor parameters in net.minecraft.client.util.profiler with type arguments of type SamplingRecorder