fps property

double get fps

Frames per second based on CPU timing.

Implementation

double get fps => 1000.0 / cpuMsAvg;