Uses of Class
net.minecraft.util.profiling.metrics.storage.MetricsPersister
Packages that use MetricsPersister
-
Uses of MetricsPersister in net.minecraft.util.profiling.metrics.profiling
Fields in net.minecraft.util.profiling.metrics.profiling declared as MetricsPersisterModifier and TypeFieldDescriptionprivate final MetricsPersisterActiveMetricsRecorder.metricsPersisterMethods in net.minecraft.util.profiling.metrics.profiling with parameters of type MetricsPersisterModifier and TypeMethodDescriptionstatic ActiveMetricsRecorderActiveMetricsRecorder.createStarted(MetricsSamplerProvider metricsSamplerProvider, LongSupplier wallTimeSource, Executor ioExecutor, MetricsPersister metricsPersister, Consumer<ProfileResults> onProfilerEnd, Consumer<Path> onReportFinished) Constructors in net.minecraft.util.profiling.metrics.profiling with parameters of type MetricsPersisterModifierConstructorDescriptionprivateActiveMetricsRecorder(MetricsSamplerProvider metricsSamplerProvider, LongSupplier wallTimeSource, Executor ioExecutor, MetricsPersister metricPersister, Consumer<ProfileResults> onProfilerEnd, Consumer<Path> onReportFinished)