Uses of Class
net.minecraft.util.profiling.metrics.storage.RecordedDeviation
Packages that use RecordedDeviation
Package
Description
-
Uses of RecordedDeviation in net.minecraft.util.profiling.metrics.profiling
Fields in net.minecraft.util.profiling.metrics.profiling with type parameters of type RecordedDeviationModifier and TypeFieldDescriptionprivate final Map
<MetricSampler, List<RecordedDeviation>> ActiveMetricsRecorder.deviationsBySampler
-
Uses of RecordedDeviation in net.minecraft.util.profiling.metrics.storage
Method parameters in net.minecraft.util.profiling.metrics.storage with type arguments of type RecordedDeviationModifier and TypeMethodDescriptionprivate void
MetricsPersister.saveDeviations
(Map<MetricSampler, List<RecordedDeviation>> p_146245_, Path p_146246_) MetricsPersister.saveReports
(Set<MetricSampler> p_146251_, Map<MetricSampler, List<RecordedDeviation>> p_146252_, ProfileResults p_146253_)