Uses of Class
net.minecraft.client.util.profiler.SamplingRecorder
Packages that use SamplingRecorder
Package
Description
The base package for all Minecraft classes.
-
Uses of SamplingRecorder in net.minecraft
Fields in net.minecraft with type parameters of type SamplingRecorderModifier and TypeFieldDescriptionprivate final Set<SamplingRecorder>
class_6402.field_33895
private final Set<SamplingRecorder>
class_6412.field_33960
Methods in net.minecraft that return SamplingRecorderModifier and TypeMethodDescriptionprivate static SamplingRecorder
class_6401.method_37196
(Supplier<ReadableProfiler> supplier, String string, SamplingChannel samplingChannel) static SamplingRecorder
class_6402.method_37202
(LongSupplier longSupplier) Methods in net.minecraft that return types with arguments of type SamplingRecorderModifier 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
Fields in net.minecraft.client.util.profiler with type parameters of type SamplingRecorderModifier and TypeFieldDescriptionprivate final Map<SamplingRecorder,
List<Sample>> DebugRecorder.field_33891
private Set<SamplingRecorder>
DebugRecorder.field_33893
Methods in net.minecraft.client.util.profiler that return SamplingRecorderModifier 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) Method parameters in net.minecraft.client.util.profiler with type arguments of type SamplingRecorderModifier 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
Subclasses of SamplingRecorder in net.minecraft.util.profilerFields in net.minecraft.util.profiler with type parameters of type SamplingRecorderModifier and TypeFieldDescriptionprivate final List<SamplingRecorder>
MetricSuppliers.class_6399.field_33890
Methods in net.minecraft.util.profiler that return types with arguments of type SamplingRecorderModifier and TypeMethodDescriptionMetricSamplerSupplier.getSamplers()
MetricSuppliers.method_37178()
private static List<SamplingRecorder>
MetricSuppliers.method_37180
(Map<String, List<SamplingRecorder>> map) Method parameters in net.minecraft.util.profiler with type arguments of type SamplingRecorderModifier 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) Constructor parameters in net.minecraft.util.profiler with type arguments of type SamplingRecorderModifierConstructorDescription(package private)
class_6399
(String string, List<SamplingRecorder> list) -
Uses of SamplingRecorder in net.minecraft.util.thread
Methods in net.minecraft.util.thread that return types with arguments of type SamplingRecorder