AbstractStaticlogStaticlogSends a debug message to all players with the dev tag.
The log type.
The translation key of the message to send.
StaticdumpDumps and clears all collected debug timers.
Equivalent to DebugTimerUtil.report() + clear().
StaticdumpDumps and clears timers that begin with a given prefix.
The prefix used to filter timer IDs.
StaticdumpDumps and clears timers for a predefined set of commonly used utility classes. This helps quickly inspect performance of shared systems.
StaticdumpDumps timers that exceed a given exclusive time threshold (in milliseconds).
The minimum exclusive time (in ms) to include in the report.
StaticdumpDumps and clears all timers sorted by exclusive time (default behavior).
StaticdumpDumps and clears all timers sorted by total (inclusive) time.
StaticdumpDumps and clears all timers sorted by average time per tick.
Sends a debug message to a specific player, only if they have the dev tag.