countRasterizations method

int countRasterizations()

The total number of rasterizer cycles recorded in the timeline.

Implementation

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