computeWorstFrameRasterizerTimeMillis method Null safety

double computeWorstFrameRasterizerTimeMillis()

The longest frame rasterization time in milliseconds.

Returns null if no frames were recorded.

Implementation

double computeWorstFrameRasterizerTimeMillis() {
  return _maxInMillis(_extractGpuRasterizerDrawDurations());
}