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 p_281277_, ProfileResults p_281574_) -
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 p_177961_, int p_177962_) MinecraftServer.stopTimeProfiler()
Method parameters in net.minecraft.server with type arguments of type ProfileResultsModifier and TypeMethodDescriptionvoid
MinecraftServer.startRecordingMetrics
(Consumer<ProfileResults> p_177924_, Consumer<Path> p_177925_) -
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 p_180444_, ProfileResults p_180445_) -
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 p_10692_, ProfileResults p_10693_, ProfileResults p_10694_, AtomicLong p_10695_, AtomicLong p_10696_) -
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 p_146129_) Method parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type ProfileResultsModifier and TypeMethodDescriptionstatic ActiveMetricsRecorder
ActiveMetricsRecorder.createStarted
(MetricsSamplerProvider p_146133_, LongSupplier p_146134_, Executor p_146135_, MetricsPersister p_146136_, Consumer<ProfileResults> p_146137_, Consumer<Path> p_146138_) Constructor parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type ProfileResultsModifierConstructorDescriptionprivate
ActiveMetricsRecorder
(MetricsSamplerProvider p_146121_, LongSupplier p_146122_, Executor p_146123_, MetricsPersister p_146124_, Consumer<ProfileResults> p_146125_, Consumer<Path> p_146126_) -
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 p_146224_, Path p_146225_) MetricsPersister.saveReports
(Set<MetricSampler> p_146251_, Map<MetricSampler, List<RecordedDeviation>> p_146252_, ProfileResults p_146253_) Constructors in net.minecraft.util.profiling.metrics.storage with parameters of type ProfileResultsModifierConstructorDescriptionRecordedDeviation
(Instant p_146258_, int p_146259_, ProfileResults p_146260_)