-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.t: flutter driver"flutter driver", flutter_drive, or a driver test"flutter driver", flutter_drive, or a driver testwaiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
The timeline summary should include refresh rate information.
The things to include should be:
- The percentage of the frames running on 30hz.
- The percentage of the frames running on 60hz.
- The percentage of the frames running on 90hz.
- The percentage of the frames running on 80hz.
- The percentage of the frames running on 120hz.
- The number of the frames running on an illegal refresh rate.
Since there would be rounding errors calculating refresh rates. We should consider add an error margin when determine refresh rate.
5Hz could be a value we try. (e.g. we consider a frame with 35hz as a valid 30hz frame)
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.t: flutter driver"flutter driver", flutter_drive, or a driver test"flutter driver", flutter_drive, or a driver testwaiting for PR to land (fixed)A fix is in flightA fix is in flight