Uses of Class
net.minecraft.client.util.profiler.SamplingRecorder
Package
Description
The base package for all Minecraft classes.
-
Uses of SamplingRecorder in net.minecraft
Modifier and TypeFieldDescriptionprivate final Set<SamplingRecorder>
class_6402.field_33895
private final Set<SamplingRecorder>
class_6412.field_33960
Modifier and TypeMethodDescriptionprivate static SamplingRecorder
class_6401.method_37196
(Supplier<ReadableProfiler> supplier, String string, SamplingChannel samplingChannel) static SamplingRecorder
class_6402.method_37202
(LongSupplier longSupplier) Modifier and TypeMethodDescriptionclass_6400.method_37189
(Supplier<ReadableProfiler> supplier) class_6402.method_37189
(Supplier<ReadableProfiler> supplier) class_6412.method_37189
(Supplier<ReadableProfiler> supplier) class_6401.method_37194
(Supplier<ReadableProfiler> supplier) static Set<SamplingRecorder>
class_6402.method_37199()
-
Uses of SamplingRecorder in net.minecraft.client.util.profiler
Modifier and TypeFieldDescriptionprivate final Map<SamplingRecorder,
List<Sample>> DebugRecorder.field_33891
private Set<SamplingRecorder>
DebugRecorder.field_33893
Modifier and TypeMethodDescriptionSamplingRecorder.Builder.create()
static SamplingRecorder
SamplingRecorder.create
(String string, SamplingChannel samplingChannel, DoubleSupplier doubleSupplier) static <T> SamplingRecorder
SamplingRecorder.create
(String string, SamplingChannel samplingChannel, T t, ToDoubleFunction<T> toDoubleFunction) Modifier and TypeMethodDescriptionProfilerDumper.createDump
(Set<SamplingRecorder> set, Map<SamplingRecorder, List<Sample>> map, ProfileResult profileResult) ProfilerDumper.createDump
(Set<SamplingRecorder> set, Map<SamplingRecorder, List<Sample>> map, ProfileResult profileResult) private void
ProfilerDumper.method_37208
(SamplingChannel samplingChannel, List<SamplingRecorder> list, Path path) private void
ProfilerDumper.method_37212
(Map<SamplingRecorder, List<Sample>> map, Path path) private void
ProfilerDumper.writeCategory
(Set<SamplingRecorder> set, Path directory) -
Uses of SamplingRecorder in net.minecraft.util.profiler
Modifier and TypeFieldDescriptionprivate final List<SamplingRecorder>
MetricSuppliers.class_6399.field_33890
Modifier and TypeMethodDescriptionMetricSamplerSupplier.getSamplers()
MetricSuppliers.method_37178()
private static List<SamplingRecorder>
MetricSuppliers.method_37180
(Map<String, List<SamplingRecorder>> map) Modifier and TypeMethodDescriptionprivate static List<SamplingRecorder>
MetricSuppliers.method_37180
(Map<String, List<SamplingRecorder>> map) private static SamplingRecorder.ValueConsumer
MetricSuppliers.class_6399.method_37183
(List<SamplingRecorder> list) private static void
MetricSuppliers.class_6399.method_37185
(List<SamplingRecorder> list) private static double
MetricSuppliers.class_6399.method_37186
(List<SamplingRecorder> list) ModifierConstructorDescription(package private)
class_6399
(String string, List<SamplingRecorder> list) -
Uses of SamplingRecorder in net.minecraft.util.thread