computeWorstFrameRasterizerTimeMillis method

double computeWorstFrameRasterizerTimeMillis ()

The longest frame rasterization time in milliseconds.

Returns null if no frames were recorded.

Implementation

double computeWorstFrameRasterizerTimeMillis() {
  return _maxInMillis(_extractDuration(_extractGpuRasterizerDrawEvents()));
}