Class LongTickDetector

java.lang.Object
net.minecraft.profiler.LongTickDetector

public class LongTickDetector extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • realTime

      private final LongSupplier realTime
    • saveThreshold

      private final long saveThreshold
      See Also:
    • tick

      private int tick
    • location

      private final File location
    • profiler

      private IResultableProfiler profiler
  • Constructor Details

    • LongTickDetector

      private LongTickDetector()
  • Method Details