Class GameMetrics

java.lang.Object
de.gurkenlabs.litiengine.GameMetrics
All Implemented Interfaces:
IRenderable

public final class GameMetrics
extends java.lang.Object
implements IRenderable
The class GameMetrics provides meta information about the game's metrics. This allows the developer to get a feeling about the performance of different aspects (e.g. memory consumption, potential fps, network traffic, ...) and to identify potential issues.

This information can be rendered as debug information if configured to get live data during a gameplay session.

See Also:
ClientConfiguration.showGameMetrics(), render(Graphics2D)