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> profiles) -
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 name, MetricCategory category, DoubleSupplier sampler) static <T> MetricSamplerMetricSampler.create(String name, MetricCategory category, T context, ToDoubleFunction<T> sampler) 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>> samplers) MetricsRegistry.getRegisteredSamplers()ProfilerMeasured.profiledMetrics()MetricsSamplerProvider.samplers(Supplier<ProfileCollector> profiles) 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>> samplers) private static doubleMetricsRegistry.AggregatedMetricSampler.averageValueFromDelegates(List<MetricSampler> samplers) private static voidMetricsRegistry.AggregatedMetricSampler.beforeTick(List<MetricSampler> samplers) private static MetricSampler.ThresholdTestMetricsRegistry.AggregatedMetricSampler.thresholdTest(List<MetricSampler> samplers) Constructor parameters in net.minecraft.util.profiling.metrics with type arguments of type MetricSamplerModifierConstructorDescription(package private)AggregatedMetricSampler(String name, List<MetricSampler> delegates) -
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> profiles, String name, MetricCategory category) static MetricSamplerServerMetricsSamplersProvider.tickTimeSampler(LongSupplier timeSource) Methods in net.minecraft.util.profiling.metrics.profiling that return types with arguments of type MetricSamplerModifier and TypeMethodDescriptionProfilerSamplerAdapter.newSamplersFoundInProfiler(Supplier<ProfileCollector> profiles) static Set<MetricSampler> ServerMetricsSamplersProvider.runtimeIndependentSamplers()ServerMetricsSamplersProvider.samplers(Supplier<ProfileCollector> profiles) Method parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type MetricSamplerModifier and TypeMethodDescriptionprivate voidActiveMetricsRecorder.cleanup(Collection<MetricSampler> samplers) -
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 category, List<MetricSampler> samplers, Path p_path) private voidMetricsPersister.saveDeviations(Map<MetricSampler, List<RecordedDeviation>> deviations, Path p_path) private voidMetricsPersister.saveMetrics(Set<MetricSampler> samplers, Path path) MetricsPersister.saveReports(Set<MetricSampler> samplers, Map<MetricSampler, List<RecordedDeviation>> deviations, ProfileResults results) MetricsPersister.saveReports(Set<MetricSampler> samplers, Map<MetricSampler, List<RecordedDeviation>> deviations, ProfileResults results) -
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()