Class RenderTimeManager


  • public class RenderTimeManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int count  
      private int cursor  
      private long[] values  
    • Constructor Summary

      Constructors 
      Constructor Description
      RenderTimeManager​(int p_i225998_1_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long registerValueAndGetMean​(long p_228732_1_)  
      • Methods inherited from class java.lang.Object

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

      • values

        private final long[] values
      • count

        private int count
      • cursor

        private int cursor
    • Constructor Detail

      • RenderTimeManager

        public RenderTimeManager​(int p_i225998_1_)
    • Method Detail

      • registerValueAndGetMean

        public long registerValueAndGetMean​(long p_228732_1_)