computeAverageFrameBuildTimeMillis method Null safety
Average amount of time spent per frame in the framework building widgets, updating layout, painting and compositing.
Returns null if no frames were recorded.
Implementation
double computeAverageFrameBuildTimeMillis() {
return _averageInMillis(_extractFrameDurations());
}