The longest frame build time in milliseconds.
Returns null if no frames were recorded.
Source
double computeWorstFrameBuildTimeMillis() {
return _maxDurationInMillis(_extractFrameEvents());
}
The longest frame build time in milliseconds.
Returns null if no frames were recorded.
double computeWorstFrameBuildTimeMillis() {
return _maxDurationInMillis(_extractFrameEvents());
}