Uses of Interface
net.minecraft.util.profiler.ProfileResult
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ProfileResult in net.minecraft.client
Modifier and TypeFieldDescriptionprivate @Nullable ProfileResult
MinecraftClient.tickProfilerResult
Modifier and TypeMethodDescriptionprivate void
MinecraftClient.drawProfilerResults
(DrawContext context, ProfileResult profileResult) -
Uses of ProfileResult in net.minecraft.resource
Modifier and TypeFieldDescription(package private) final ProfileResult
ProfiledResourceReload.Summary.applyProfile
(package private) final ProfileResult
ProfiledResourceReload.Summary.prepareProfile
ModifierConstructorDescription(package private)
Summary
(String name, ProfileResult prepareProfile, ProfileResult applyProfile, AtomicLong prepareTimeMs, AtomicLong applyTimeMs) -
Uses of ProfileResult in net.minecraft.server
Modifier and TypeFieldDescriptionprivate Consumer<ProfileResult>
MinecraftServer.recorderResultConsumer
Modifier and TypeMethodDescription(package private) ProfileResult
MinecraftServer.DebugStart.end
(long endTime, int endTick) MinecraftServer.stopDebug()
Modifier and TypeMethodDescriptionvoid
MinecraftServer.setupRecorder
(Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer) -
Uses of ProfileResult in net.minecraft.server.dedicated.command
Modifier and TypeMethodDescriptionprivate static void
PerfCommand.sendProfilingStoppedMessage
(ServerCommandSource source, ProfileResult result) -
Uses of ProfileResult in net.minecraft.util.profiler
Modifier and TypeFieldDescriptionprivate final Consumer<ProfileResult>
DebugRecorder.resultConsumer
Modifier and TypeMethodDescriptionDummyProfiler.getResult()
ProfilerSystem.getResult()
ReadableProfiler.getResult()
TickTimeTracker.getResult()
Modifier 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) Modifier and TypeMethodDescriptionstatic DebugRecorder
DebugRecorder.of
(SamplerSource source, LongSupplier timeGetter, Executor dumpExecutor, RecordDumper dumper, Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer) ModifierConstructorDescriptionprivate
DebugRecorder
(SamplerSource samplerSource, LongSupplier timeGetter, Executor dumpExecutor, RecordDumper dumper, Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer)