Interface IProfiler

All Known Subinterfaces:
IResultableProfiler
All Known Implementing Classes:
EmptyProfiler, Profiler

public interface IProfiler
  • Method Details

    • startTick

      void startTick()
    • endTick

      void endTick()
    • push

      void push(String p_76320_1_)
    • push

      void push(Supplier<String> p_194340_1_)
    • pop

      void pop()
    • popPush

      void popPush(String p_219895_1_)
    • popPush

      void popPush(Supplier<String> p_194339_1_)
    • incrementCounter

      void incrementCounter(String p_230035_1_)
    • incrementCounter

      void incrementCounter(Supplier<String> p_230036_1_)
    • tee

      static IProfiler tee(IProfiler p_233513_0_, IProfiler p_233513_1_)