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. samplers
Methods in net.minecraft.client.util.profiler that return SamplingRecorder Modifier and Type Method Description SamplingRecorder
SamplingRecorder.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)
SamplingRecorder
SamplerFactory. 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)