Uses of Class
net.minecraft.util.profiling.metrics.MetricSampler
Packages that use MetricSampler
Package
Description
-
Uses of MetricSampler in net.minecraft.client.profiling
Fields in net.minecraft.client.profiling with type parameters of type MetricSamplerModifier and TypeFieldDescriptionprivate final Set<MetricSampler>
ClientMetricsSamplersProvider.samplers
Methods in net.minecraft.client.profiling that return types with arguments of type MetricSamplerModifier and TypeMethodDescriptionClientMetricsSamplersProvider.samplers
(Supplier<ProfileCollector> p_172544_) -
Uses of MetricSampler in net.minecraft.util.profiling.metrics
Subclasses of MetricSampler in net.minecraft.util.profiling.metricsModifier and TypeClassDescription(package private) static class
Fields in net.minecraft.util.profiling.metrics with type parameters of type MetricSamplerModifier and TypeFieldDescriptionprivate final List<MetricSampler>
MetricsRegistry.AggregatedMetricSampler.delegates
Methods in net.minecraft.util.profiling.metrics that return MetricSamplerModifier and TypeMethodDescriptionMetricSampler.MetricSamplerBuilder.build()
static MetricSampler
MetricSampler.create
(String p_146010_, MetricCategory p_146011_, DoubleSupplier p_146012_) static <T> MetricSampler
MetricSampler.create
(String p_146005_, MetricCategory p_146006_, T p_146007_, ToDoubleFunction<T> p_146008_) Methods in net.minecraft.util.profiling.metrics that return types with arguments of type MetricSamplerModifier and TypeMethodDescriptionprivate static List<MetricSampler>
MetricsRegistry.aggregateDuplicates
(Map<String, List<MetricSampler>> p_146077_) MetricsRegistry.getRegisteredSamplers()
ProfilerMeasured.profiledMetrics()
MetricsSamplerProvider.samplers
(Supplier<ProfileCollector> p_146103_) Method parameters in net.minecraft.util.profiling.metrics with type arguments of type MetricSamplerModifier and TypeMethodDescriptionprivate static List<MetricSampler>
MetricsRegistry.aggregateDuplicates
(Map<String, List<MetricSampler>> p_146077_) private static double
MetricsRegistry.AggregatedMetricSampler.averageValueFromDelegates
(List<MetricSampler> p_146095_) private static void
MetricsRegistry.AggregatedMetricSampler.beforeTick
(List<MetricSampler> p_146093_) private static MetricSampler.ThresholdTest
MetricsRegistry.AggregatedMetricSampler.thresholdTest
(List<MetricSampler> p_146088_) Constructor parameters in net.minecraft.util.profiling.metrics with type arguments of type MetricSamplerModifierConstructorDescription(package private)
AggregatedMetricSampler
(String p_146082_, List<MetricSampler> p_146083_) -
Uses of MetricSampler in net.minecraft.util.profiling.metrics.profiling
Fields in net.minecraft.util.profiling.metrics.profiling with type parameters of type MetricSamplerModifier and TypeFieldDescriptionprivate final Map<MetricSampler,
List<RecordedDeviation>> ActiveMetricsRecorder.deviationsBySampler
private final Set<MetricSampler>
ServerMetricsSamplersProvider.samplers
private Set<MetricSampler>
ActiveMetricsRecorder.thisTickSamplers
Methods in net.minecraft.util.profiling.metrics.profiling that return MetricSamplerModifier and TypeMethodDescriptionprivate static MetricSampler
ProfilerSamplerAdapter.samplerForProfilingPath
(Supplier<ProfileCollector> p_146169_, String p_146170_, MetricCategory p_146171_) static MetricSampler
ServerMetricsSamplersProvider.tickTimeSampler
(LongSupplier p_146189_) Methods in net.minecraft.util.profiling.metrics.profiling that return types with arguments of type MetricSamplerModifier and TypeMethodDescriptionProfilerSamplerAdapter.newSamplersFoundInProfiler
(Supplier<ProfileCollector> p_146164_) static Set<MetricSampler>
ServerMetricsSamplersProvider.runtimeIndependentSamplers()
ServerMetricsSamplersProvider.samplers
(Supplier<ProfileCollector> p_146191_) -
Uses of MetricSampler in net.minecraft.util.profiling.metrics.storage
Method parameters in net.minecraft.util.profiling.metrics.storage with type arguments of type MetricSamplerModifier and TypeMethodDescriptionprivate void
MetricsPersister.saveCategory
(MetricCategory p_146227_, List<MetricSampler> p_146228_, Path p_146229_) private void
MetricsPersister.saveDeviations
(Map<MetricSampler, List<RecordedDeviation>> p_146245_, Path p_146246_) private void
MetricsPersister.saveMetrics
(Set<MetricSampler> p_146248_, Path p_146249_) MetricsPersister.saveReports
(Set<MetricSampler> p_146251_, Map<MetricSampler, List<RecordedDeviation>> p_146252_, ProfileResults p_146253_) MetricsPersister.saveReports
(Set<MetricSampler> p_146251_, Map<MetricSampler, List<RecordedDeviation>> p_146252_, ProfileResults p_146253_) -
Uses of MetricSampler in net.minecraft.util.thread
Methods in net.minecraft.util.thread that return types with arguments of type MetricSamplerModifier and TypeMethodDescriptionBlockableEventLoop.profiledMetrics()
ProcessorMailbox.profiledMetrics()