Uses of Interface
net.minecraft.util.profiling.ProfileResults
Packages that use ProfileResults
Package
Description
-
Uses of ProfileResults in net.minecraft.client.gui.components.debugchart
Fields in net.minecraft.client.gui.components.debugchart declared as ProfileResultsModifier and TypeFieldDescriptionprivate @Nullable ProfileResultsProfilerPieChart.profilerPieChartResultsMethods in net.minecraft.client.gui.components.debugchart with parameters of type ProfileResultsModifier and TypeMethodDescriptionvoidProfilerPieChart.setPieChartResults(@Nullable ProfileResults results) -
Uses of ProfileResults in net.minecraft.server
Fields in net.minecraft.server with type parameters of type ProfileResultsModifier and TypeFieldDescriptionprivate Consumer<ProfileResults> MinecraftServer.onMetricsRecordingStoppedMethods in net.minecraft.server that return ProfileResultsModifier and TypeMethodDescriptionprivate ProfileResultsMinecraftServer.TimeProfiler.stop(long stopNanos, int stopTick) MinecraftServer.stopTimeProfiler()Method parameters in net.minecraft.server with type arguments of type ProfileResultsModifier and TypeMethodDescriptionvoidMinecraftServer.startRecordingMetrics(Consumer<ProfileResults> onStopped, Consumer<Path> onFinished) -
Uses of ProfileResults in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ProfileResultsModifier and TypeMethodDescriptionprivate static voidPerfCommand.whenStopped(CommandSourceStack source, ProfileResults results) -
Uses of ProfileResults in net.minecraft.util.profiling
Classes in net.minecraft.util.profiling that implement ProfileResultsMethods in net.minecraft.util.profiling that return ProfileResultsModifier and TypeMethodDescriptionActiveProfiler.getResults()ContinuousProfiler.getResults()InactiveProfiler.getResults()ProfileCollector.getResults() -
Uses of ProfileResults in net.minecraft.util.profiling.metrics.profiling
Fields in net.minecraft.util.profiling.metrics.profiling with type parameters of type ProfileResultsModifier and TypeFieldDescriptionprivate final Consumer<ProfileResults> ActiveMetricsRecorder.onProfilingEndMethods in net.minecraft.util.profiling.metrics.profiling with parameters of type ProfileResultsModifier and TypeMethodDescriptionprivate voidActiveMetricsRecorder.scheduleSaveResults(ProfileResults profilerResults) Method parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type ProfileResultsModifier and TypeMethodDescriptionstatic ActiveMetricsRecorderActiveMetricsRecorder.createStarted(MetricsSamplerProvider metricsSamplerProvider, LongSupplier timeSource, Executor ioExecutor, MetricsPersister metricsPersister, Consumer<ProfileResults> onProfilingEnd, Consumer<Path> onReportFinished) Constructor parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type ProfileResultsModifierConstructorDescriptionprivateActiveMetricsRecorder(MetricsSamplerProvider metricsSamplerProvider, LongSupplier timeSource, Executor ioExecutor, MetricsPersister metricsPersister, Consumer<ProfileResults> onProfilingEnd, Consumer<Path> onReportFinished) -
Uses of ProfileResults in net.minecraft.util.profiling.metrics.storage
Fields in net.minecraft.util.profiling.metrics.storage declared as ProfileResultsMethods in net.minecraft.util.profiling.metrics.storage with parameters of type ProfileResultsModifier and TypeMethodDescriptionprivate voidMetricsPersister.saveProfilingTaskExecutionResult(ProfileResults results, Path directory) MetricsPersister.saveReports(Set<MetricSampler> samplers, Map<MetricSampler, List<RecordedDeviation>> deviationsBySampler, ProfileResults profilerResults) Constructors in net.minecraft.util.profiling.metrics.storage with parameters of type ProfileResultsModifierConstructorDescriptionRecordedDeviation(Instant timestamp, int tick, ProfileResults profilerResultAtTick)