slowFrameCount property
int
get
slowFrameCount
Number of slow frames (>16.67ms) in the recent window.
Implementation
int get slowFrameCount => widgetTimings.where((t) => t.isSlowFrame).length;
Number of slow frames (>16.67ms) in the recent window.
int get slowFrameCount => widgetTimings.where((t) => t.isSlowFrame).length;