Interface ProfilerFiller

All Known Subinterfaces:
ProfileCollector
All Known Implementing Classes:
ActiveProfiler, InactiveProfiler, ProfilerFiller.CombinedProfileFiller, TracyZoneFiller

public interface ProfilerFiller
  • Field Details

  • Method Details

    • startTick

      void startTick()
    • endTick

      void endTick()
    • push

      void push(String p_18581_)
    • push

      void push(Supplier<String> p_18582_)
    • pop

      void pop()
    • popPush

      void popPush(String p_18583_)
    • popPush

      void popPush(Supplier<String> p_18584_)
    • addZoneText

      default void addZoneText(String p_372857_)
    • addZoneValue

      default void addZoneValue(long p_372840_)
    • setZoneColor

      default void setZoneColor(int p_372844_)
    • zone

      default Zone zone(String p_372946_)
    • zone

      default Zone zone(Supplier<String> p_373095_)
    • markForCharting

      void markForCharting(MetricCategory p_145959_)
    • incrementCounter

      default void incrementCounter(String p_18585_)
    • incrementCounter

      void incrementCounter(String p_185258_, int p_185259_)
    • incrementCounter

      default void incrementCounter(Supplier<String> p_18586_)
    • incrementCounter

      void incrementCounter(Supplier<String> p_185260_, int p_185261_)
    • combine

      static ProfilerFiller combine(ProfilerFiller p_373012_, ProfilerFiller p_373110_)