computeWorstFrameRasterizerTimeMillis method Null safety
The longest frame rasterization time in milliseconds.
Returns null if no frames were recorded.
Implementation
double computeWorstFrameRasterizerTimeMillis() {
return _maxInMillis(_extractGpuRasterizerDrawDurations());
}