Uses of Interface
net.minecraft.util.profiling.ProfileResults
Packages that use ProfileResults
Package
Description
-
Uses of ProfileResults in net.minecraft.client
Fields in net.minecraft.client declared as ProfileResultsMethods in net.minecraft.client with parameters of type ProfileResultsModifier and TypeMethodDescriptionprivate void
Minecraft.renderFpsMeter
(GuiGraphics guiGraphics, ProfileResults profileResults) -
Uses of ProfileResults in net.minecraft.server
Fields in net.minecraft.server with type parameters of type ProfileResultsModifier and TypeFieldDescriptionprivate Consumer
<ProfileResults> MinecraftServer.onMetricsRecordingStopped
Methods in net.minecraft.server that return ProfileResultsModifier and TypeMethodDescription(package private) ProfileResults
MinecraftServer.TimeProfiler.stop
(long endTimeNano, int endTimeTicks) MinecraftServer.stopTimeProfiler()
Method parameters in net.minecraft.server with type arguments of type ProfileResultsModifier and TypeMethodDescriptionvoid
MinecraftServer.startRecordingMetrics
(Consumer<ProfileResults> output, Consumer<Path> onMetricsRecordingFinished) -
Uses of ProfileResults in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ProfileResultsModifier and TypeMethodDescriptionprivate static void
PerfCommand.whenStopped
(CommandSourceStack source, ProfileResults results) -
Uses of ProfileResults in net.minecraft.server.packs.resources
Fields in net.minecraft.server.packs.resources declared as ProfileResultsModifier and TypeFieldDescription(package private) final ProfileResults
ProfiledReloadInstance.State.preparationResult
(package private) final ProfileResults
ProfiledReloadInstance.State.reloadResult
Constructors in net.minecraft.server.packs.resources with parameters of type ProfileResultsModifierConstructorDescription(package private)
State
(String name, ProfileResults preperationResult, ProfileResults reloadResult, AtomicLong preperationNanos, AtomicLong reloadNanos) -
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.onProfilingEnd
Methods in net.minecraft.util.profiling.metrics.profiling with parameters of type ProfileResultsModifier and TypeMethodDescriptionprivate void
ActiveMetricsRecorder.scheduleSaveResults
(ProfileResults results) Method parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type ProfileResultsModifier and TypeMethodDescriptionstatic ActiveMetricsRecorder
ActiveMetricsRecorder.createStarted
(MetricsSamplerProvider metricsSamplerProvider, LongSupplier wallTimeSource, Executor ioExecutor, MetricsPersister metricsPersister, Consumer<ProfileResults> onProfilerEnd, Consumer<Path> onReportFinished) Constructor parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type ProfileResultsModifierConstructorDescriptionprivate
ActiveMetricsRecorder
(MetricsSamplerProvider metricsSamplerProvider, LongSupplier wallTimeSource, Executor ioExecutor, MetricsPersister metricPersister, Consumer<ProfileResults> onProfilerEnd, 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 void
MetricsPersister.saveProfilingTaskExecutionResult
(ProfileResults results, Path outputPath) MetricsPersister.saveReports
(Set<MetricSampler> samplers, Map<MetricSampler, List<RecordedDeviation>> deviations, ProfileResults results) Constructors in net.minecraft.util.profiling.metrics.storage with parameters of type ProfileResultsModifierConstructorDescriptionRecordedDeviation
(Instant timestamp, int tick, ProfileResults profilerResultAtTick)