The longest frame rasterization time in milliseconds.
Returns null if no frames were recorded.
Source
double computeWorstFrameRasterizerTimeMillis() {
return _maxDurationInMillis(_extractGpuRasterizerDrawEvents());
}
The longest frame rasterization time in milliseconds.
Returns null if no frames were recorded.
double computeWorstFrameRasterizerTimeMillis() {
return _maxDurationInMillis(_extractGpuRasterizerDrawEvents());
}