Uses of Class
net.minecraft.client.util.profiler.SamplingRecorder
| Package | Description |
|---|---|
| net.minecraft.client.util.profiler |
-
Uses of SamplingRecorder in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as SamplingRecorder Modifier and Type Field Description private SamplingRecorder[]Category. samplersMethods in net.minecraft.client.util.profiler that return SamplingRecorder Modifier and Type Method Description SamplingRecorderSamplingRecorder.Builder. create()static SamplingRecorderSamplingRecorder. create(String name, DoubleSupplier timeGetter)static <T> SamplingRecorderSamplingRecorder. create(String name, T context, ToDoubleFunction<T> timeFunc)static SamplingRecorderSamplingRecorder. create(Metric metric, DoubleSupplier timeGetter)private SamplingRecorderDebugRecorder. createFrameTimeSampler(LongSupplier timeGetter)SamplingRecorderSamplerFactory. createSampler(String[] pathNodes)Methods in net.minecraft.client.util.profiler that return types with arguments of type SamplingRecorder Modifier and Type Method Description List<SamplingRecorder>Category. getSamplers()Constructors in net.minecraft.client.util.profiler with parameters of type SamplingRecorder Constructor Description Category(String name, SamplingRecorder[] samplers)Constructor parameters in net.minecraft.client.util.profiler with type arguments of type SamplingRecorder Constructor Description Category(String name, List<SamplingRecorder> samplers)