net.minecraft.server.dedicated.command

public class PerfCommand

net.minecraft.server.commands.PerfCommand
net.minecraft.class_6413
net.minecraft.server.dedicated.command.PerfCommand

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
field_33985
LOGGER
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_NOT_RUNNING
field_33986
NOT_RUNNING_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_ALREADY_RUNNING
field_33987
ALREADY_RUNNING_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_37331(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
startProfilingDedicatedServer(CommandSourceStack source)
method_37333(class_2168 arg0)
executeStart(ServerCommandSource source)
private static int
stopProfilingDedicatedServer(CommandSourceStack source)
method_37338(class_2168 arg0)
executeStop(ServerCommandSource source)
private static void
saveResults(CommandSourceStack source, Path report, MinecraftServer server)
method_37335(class_2168 arg0, Path arg1, MinecraftServer arg2)
saveReport(ServerCommandSource source, Path tempProfilingDirectory, MinecraftServer server)
private static void
whenStopped(CommandSourceStack source, ProfileResults results)
method_37334(class_2168 arg0, class_3696 arg1)
sendProfilingStoppedMessage(ServerCommandSource source, ProfileResult result)
private static Text
lambda$whenStopped$0(double arg0, int arg1)
method_52017(double arg0, int arg1)
method_52017(double arg0, int arg1)
private static Text
lambda$saveResults$0(String arg0)
method_52018(String arg0)
method_52018(String arg0)
private static Text
lambda$startProfilingDedicatedServer$2()
method_52016()
method_52016()
private static void
lambda$startProfilingDedicatedServer$1(CommandSourceStack arg0, MinecraftServer arg1, Path arg2)
method_37336(class_2168 arg0, MinecraftServer arg1, Path arg2)
method_37336(ServerCommandSource arg0, MinecraftServer arg1, Path dumpDirectory)
private static void
lambda$startProfilingDedicatedServer$0(CommandSourceStack arg0, ProfileResults arg1)
method_37339(class_2168 arg0, class_3696 arg1)
method_37339(ServerCommandSource arg0, ProfileResult result)
private static int
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_37332(com.mojang.brigadier.context.CommandContext arg0)
method_37332(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_37337(com.mojang.brigadier.context.CommandContext arg0)
method_37337(com.mojang.brigadier.context.CommandContext context)