Package com.badlogic.gdx.graphics
Class FPSLogger
- java.lang.Object
-
- com.badlogic.gdx.graphics.FPSLogger
-
public class FPSLogger extends java.lang.ObjectA simple helper class to log the frames per seconds achieved. Just invoke thelog()method in your rendering method. The output will be logged once per second.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlog()Logs the current frames per second to the console.
-