Class EmptyProfiler

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EmptyProfiler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void endTick()  
      IProfileResult getResults()  
      void incrementCounter​(java.lang.String p_230035_1_)  
      void incrementCounter​(java.util.function.Supplier<java.lang.String> p_230036_1_)  
      void pop()  
      void popPush​(java.lang.String p_219895_1_)  
      void popPush​(java.util.function.Supplier<java.lang.String> p_194339_1_)  
      void push​(java.lang.String p_76320_1_)  
      void push​(java.util.function.Supplier<java.lang.String> p_194340_1_)  
      void startTick()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyProfiler

        private EmptyProfiler()
    • Method Detail

      • endTick

        public void endTick()
        Specified by:
        endTick in interface IProfiler
      • push

        public void push​(java.lang.String p_76320_1_)
        Specified by:
        push in interface IProfiler
      • push

        public void push​(java.util.function.Supplier<java.lang.String> p_194340_1_)
        Specified by:
        push in interface IProfiler
      • pop

        public void pop()
        Specified by:
        pop in interface IProfiler
      • popPush

        public void popPush​(java.lang.String p_219895_1_)
        Specified by:
        popPush in interface IProfiler
      • popPush

        public void popPush​(java.util.function.Supplier<java.lang.String> p_194339_1_)
        Specified by:
        popPush in interface IProfiler
      • incrementCounter

        public void incrementCounter​(java.lang.String p_230035_1_)
        Specified by:
        incrementCounter in interface IProfiler
      • incrementCounter

        public void incrementCounter​(java.util.function.Supplier<java.lang.String> p_230036_1_)
        Specified by:
        incrementCounter in interface IProfiler