Uses of Interface
net.minecraft.util.profiler.ProfileResult
Packages that use ProfileResult
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ProfileResult in net.minecraft.client
Fields in net.minecraft.client declared as ProfileResultModifier and TypeFieldDescriptionprivate @Nullable ProfileResult
MinecraftClient.tickProfilerResult
Methods in net.minecraft.client with parameters of type ProfileResultModifier and TypeMethodDescriptionprivate void
MinecraftClient.drawProfilerResults
(MatrixStack matrices, ProfileResult profileResult) -
Uses of ProfileResult in net.minecraft.resource
Fields in net.minecraft.resource declared as ProfileResultModifier and TypeFieldDescription(package private) final ProfileResult
ProfiledResourceReload.Summary.applyProfile
(package private) final ProfileResult
ProfiledResourceReload.Summary.prepareProfile
Constructors in net.minecraft.resource with parameters of type ProfileResultModifierConstructorDescription(package private)
Summary
(String name, ProfileResult prepareProfile, ProfileResult applyProfile, AtomicLong prepareTimeMs, AtomicLong applyTimeMs) -
Uses of ProfileResult in net.minecraft.server
Fields in net.minecraft.server with type parameters of type ProfileResultModifier and TypeFieldDescriptionprivate Consumer<ProfileResult>
MinecraftServer.recorderResultConsumer
Methods in net.minecraft.server that return ProfileResultModifier and TypeMethodDescription(package private) ProfileResult
MinecraftServer.DebugStart.end
(long endTime, int endTick) MinecraftServer.stopDebug()
Method parameters in net.minecraft.server with type arguments of type ProfileResultModifier and TypeMethodDescriptionvoid
MinecraftServer.setupRecorder
(Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer) -
Uses of ProfileResult in net.minecraft.server.dedicated.command
Methods in net.minecraft.server.dedicated.command with parameters of type ProfileResultModifier and TypeMethodDescriptionprivate static void
PerfCommand.sendProfilingStoppedMessage
(ServerCommandSource source, ProfileResult result) -
Uses of ProfileResult in net.minecraft.util.profiler
Classes in net.minecraft.util.profiler that implement ProfileResultFields in net.minecraft.util.profiler declared as ProfileResultFields in net.minecraft.util.profiler with type parameters of type ProfileResultModifier and TypeFieldDescriptionprivate final Consumer<ProfileResult>
DebugRecorder.resultConsumer
Methods in net.minecraft.util.profiler that return ProfileResultModifier and TypeMethodDescriptionDummyProfiler.getResult()
ProfilerSystem.getResult()
ReadableProfiler.getResult()
TickTimeTracker.getResult()
Methods in net.minecraft.util.profiler with parameters of type ProfileResultModifier and TypeMethodDescriptionRecordDumper.createDump
(Set<Sampler> samplers, Map<Sampler, List<Deviation>> deviations, ProfileResult result) private void
DebugRecorder.dump
(ProfileResult result) private void
RecordDumper.save
(ProfileResult result, Path directory) Method parameters in net.minecraft.util.profiler with type arguments of type ProfileResultModifier and TypeMethodDescriptionstatic DebugRecorder
DebugRecorder.of
(SamplerSource source, LongSupplier timeGetter, Executor dumpExecutor, RecordDumper dumper, Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer) Constructors in net.minecraft.util.profiler with parameters of type ProfileResultConstructor parameters in net.minecraft.util.profiler with type arguments of type ProfileResultModifierConstructorDescriptionprivate
DebugRecorder
(SamplerSource samplerSource, LongSupplier timeGetter, Executor dumpExecutor, RecordDumper dumper, Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer)