Class MetricsPersister
java.lang.Object
net.minecraft.util.profiling.metrics.storage.MetricsPersister
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidsaveCategory(MetricCategory p_146227_, List<MetricSampler> p_146228_, Path p_146229_) private voidsaveDeviations(Map<MetricSampler, List<RecordedDeviation>> p_146245_, Path p_146246_) private voidsaveMetrics(Set<MetricSampler> p_146248_, Path p_146249_) private voidsaveProfilingTaskExecutionResult(ProfileResults p_146224_, Path p_146225_) saveReports(Set<MetricSampler> p_146251_, Map<MetricSampler, List<RecordedDeviation>> p_146252_, ProfileResults p_146253_) 
- 
Field Details- 
PROFILING_RESULTS_DIR
- 
METRICS_DIR_NAME- See Also:
 
- 
DEVIATIONS_DIR_NAME- See Also:
 
- 
PROFILING_RESULT_FILENAME- See Also:
 
- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
rootFolderName
 
- 
- 
Constructor Details- 
MetricsPersister
 
- 
- 
Method Details- 
saveReportspublic Path saveReports(Set<MetricSampler> p_146251_, Map<MetricSampler, List<RecordedDeviation>> p_146252_, ProfileResults p_146253_) 
- 
saveMetrics
- 
saveCategory
- 
saveDeviations
- 
saveProfilingTaskExecutionResult
 
-