GraphicsStats constructor
GraphicsStats({})
Implementation
GraphicsStats({
this.buckets,
this.highInputLatencyCount,
this.jankyFrames,
this.missedVsyncCount,
this.p50Millis,
this.p90Millis,
this.p95Millis,
this.p99Millis,
this.slowBitmapUploadCount,
this.slowDrawCount,
this.slowUiThreadCount,
this.totalFrames,
});