AppStats

class AppStats

Application runtime statistics.

Author

Colton Daily

Constructors

Link copied to clipboard
fun AppStats()

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

Time between current and last call of render() in a Duration.

Link copied to clipboard

OpenGL related engine stats.

Link copied to clipboard
var fps: Double = 0.0

Frames per second (averaged over last 25 frames)

Link copied to clipboard
var frames: Int = 0

Number of rendered frames.

Link copied to clipboard

Run time of this render context in seconds. This is the wall clock time between now and the first time render() was called.