Package 

Class FpsCounter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float fps
      private float totalFps
    • Constructor Summary

      Constructors 
      Constructor Description
      FpsCounter()
    • Method Summary

      Modifier and Type Method Description
      synchronized float getFps()
      synchronized float getTotalFps()
      synchronized FpsCounter reset()
      synchronized void count() フレームをカウント
      synchronized FpsCounter update() FPSの値を更新, 1秒程度毎に呼び出す
      • Methods inherited from class java.lang.Object

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

      • FpsCounter

        FpsCounter()