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> pProfiles) -
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 pName, MetricCategory pCategory, DoubleSupplier pSampler) static <T> MetricSamplerMetricSampler.create(String pName, MetricCategory pCategory, T pContext, ToDoubleFunction<T> pSampler) 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>> pSamplers) MetricsRegistry.getRegisteredSamplers()ProfilerMeasured.profiledMetrics()MetricsSamplerProvider.samplers(Supplier<ProfileCollector> pProfiles) 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>> pSamplers) private static doubleMetricsRegistry.AggregatedMetricSampler.averageValueFromDelegates(List<MetricSampler> pSamplers) private static voidMetricsRegistry.AggregatedMetricSampler.beforeTick(List<MetricSampler> pSamplers) private static MetricSampler.ThresholdTestMetricsRegistry.AggregatedMetricSampler.thresholdTest(List<MetricSampler> pSamplers) Constructor parameters in net.minecraft.util.profiling.metrics with type arguments of type MetricSamplerModifierConstructorDescription(package private)AggregatedMetricSampler(String pName, List<MetricSampler> pDelegates) -
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> pProfiles, String pName, MetricCategory pCategory) static MetricSamplerServerMetricsSamplersProvider.tickTimeSampler(LongSupplier pTimeSource) Methods in net.minecraft.util.profiling.metrics.profiling that return types with arguments of type MetricSamplerModifier and TypeMethodDescriptionProfilerSamplerAdapter.newSamplersFoundInProfiler(Supplier<ProfileCollector> pProfiles) static Set<MetricSampler> ServerMetricsSamplersProvider.runtimeIndependentSamplers()ServerMetricsSamplersProvider.samplers(Supplier<ProfileCollector> pProfiles) Method parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type MetricSamplerModifier and TypeMethodDescriptionprivate voidActiveMetricsRecorder.cleanup(Collection<MetricSampler> pSamplers) -
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 pCategory, List<MetricSampler> pSamplers, Path pPath) private voidMetricsPersister.saveDeviations(Map<MetricSampler, List<RecordedDeviation>> pDeviations, Path pPath) private voidMetricsPersister.saveMetrics(Set<MetricSampler> pSamplers, Path pPath) MetricsPersister.saveReports(Set<MetricSampler> pSamplers, Map<MetricSampler, List<RecordedDeviation>> pDeviations, ProfileResults pResults) MetricsPersister.saveReports(Set<MetricSampler> pSamplers, Map<MetricSampler, List<RecordedDeviation>> pDeviations, ProfileResults pResults) -
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()