countRasterizations method
The total number of rasterizer cycles recorded in the timeline.
Implementation
int countRasterizations() => _extractGpuRasterizerDrawDurations().length;
The total number of rasterizer cycles recorded in the timeline.
int countRasterizations() => _extractGpuRasterizerDrawDurations().length;