public class FPSLogger
extends java.lang.Object
log()
method in your rendering method.
The output will be logged once per second.Constructor and Description |
---|
FPSLogger() |
Modifier and Type | Method and Description |
---|---|
void |
log()
Logs the current frames per second to the console.
|