fpsCpu property

double get fpsCpu

Frames per second based on CPU timing.

Implementation

double get fpsCpu => 1000.0 / cpuMsAvg;