-
public class FpsCounter
-
-
Constructor Summary
Constructors Constructor Description FpsCounter()
-
Method Summary
Modifier and Type Method Description synchronized floatgetFps()synchronized floatgetTotalFps()synchronized FpsCounterreset()synchronized voidcount()フレームをカウント synchronized FpsCounterupdate()FPSの値を更新, 1秒程度毎に呼び出す -
-
Method Detail
-
getFps
synchronized float getFps()
-
getTotalFps
synchronized float getTotalFps()
-
reset
synchronized FpsCounter reset()
-
count
synchronized void count()
フレームをカウント
-
update
synchronized FpsCounter update()
FPSの値を更新, 1秒程度毎に呼び出す
-
-
-
-