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.samplersMethods 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 classFields in net.minecraft.util.profiling.metrics with type parameters of type MetricSamplerModifier and TypeFieldDescriptionprivate final List<MetricSampler> MetricsRegistry.AggregatedMetricSampler.delegatesMethods in net.minecraft.util.profiling.metrics that return MetricSamplerModifier and TypeMethodDescriptionMetricSampler.MetricSamplerBuilder.build()static MetricSamplerMetricSampler.create(String p_146010_, MetricCategory p_146011_, DoubleSupplier p_146012_) static <T> MetricSamplerMetricSampler.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 doubleMetricsRegistry.AggregatedMetricSampler.averageValueFromDelegates(List<MetricSampler> p_146095_) private static voidMetricsRegistry.AggregatedMetricSampler.beforeTick(List<MetricSampler> p_146093_) private static MetricSampler.ThresholdTestMetricsRegistry.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.deviationsBySamplerprivate final Set<MetricSampler> ServerMetricsSamplersProvider.samplersprivate Set<MetricSampler> ActiveMetricsRecorder.thisTickSamplersMethods in net.minecraft.util.profiling.metrics.profiling that return MetricSamplerModifier and TypeMethodDescriptionprivate static MetricSamplerProfilerSamplerAdapter.samplerForProfilingPath(Supplier<ProfileCollector> p_146169_, String p_146170_, MetricCategory p_146171_) static MetricSamplerServerMetricsSamplersProvider.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_) Method parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type MetricSamplerModifier and TypeMethodDescriptionprivate voidActiveMetricsRecorder.cleanup(Collection<MetricSampler> p_216817_) -
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 voidMetricsPersister.saveCategory(MetricCategory p_146227_, List<MetricSampler> p_146228_, Path p_146229_) private voidMetricsPersister.saveDeviations(Map<MetricSampler, List<RecordedDeviation>> p_146245_, Path p_146246_) private voidMetricsPersister.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()