cpuFrameTimeMs property

double? cpuFrameTimeMs
final

Average CPU frame time in milliseconds (smoothed with EWMA).

Measures the time spent on the main thread per frame.

Implementation

final double? cpuFrameTimeMs;