Metric Static

This static class provides access to a number of different metrics from Erios. Some of the metrics are updated only every second, so it is advised to use the Game.OnSecond event

ReadOnly

Type Name Static Default Description
number AverageFPS Returns the average, based the last 5 seconds, frames per second. Rounded to one decimal. This value is only updated every second
number CurrentFPS Returns the current frames per second. Rounded to one decimal. This value is only updated every second

Categories:

Updated: