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> pProfiles) -
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 pName, MetricCategory pCategory, DoubleSupplier pSampler) static <T> MetricSampler
MetricSampler.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 double
MetricsRegistry.AggregatedMetricSampler.averageValueFromDelegates
(List<MetricSampler> pSamplers) private static void
MetricsRegistry.AggregatedMetricSampler.beforeTick
(List<MetricSampler> pSamplers) private static MetricSampler.ThresholdTest
MetricsRegistry.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.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> pProfiles, String pName, MetricCategory pCategory) static MetricSampler
ServerMetricsSamplersProvider.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 void
ActiveMetricsRecorder.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 void
MetricsPersister.saveCategory
(MetricCategory pCategory, List<MetricSampler> pSamplers, Path pPath) private void
MetricsPersister.saveDeviations
(Map<MetricSampler, List<RecordedDeviation>> pDeviations, Path pPath) private void
MetricsPersister.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 TypeMethodDescriptionAbstractConsecutiveExecutor.profiledMetrics()
BlockableEventLoop.profiledMetrics()