buckets property

List<GraphicsStatsBucket>? buckets
getter/setter pair

Histogram of frame render times.

There should be 154 buckets ranging from [5ms, 6ms) to [4950ms, infinity)

Implementation

core.List<GraphicsStatsBucket>? buckets;