double computeWorstFrameRasterizerTimeMillis()

The longest frame rasterization time in milliseconds.

Returns null if no frames were recorded.

Source

double computeWorstFrameRasterizerTimeMillis() {
  return _maxDurationInMillis(_extractGpuRasterizerDrawEvents());
}