countRasterizations method Null safety

int countRasterizations()

The total number of rasterizer cycles recorded in the timeline.

Implementation

int countRasterizations() => _extractGpuRasterizerDrawDurations().length;