Bug 151200
Summary: | Allow filtering the Rendering Frames timeline based on minimum duration | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | bburg, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antoine Quint
It would be great to filter the frames in a non-linear way by specifying a minimum duration that you're interested in. In practice, this would allow developers to only look at frames above, say 16.66ms, or even a lower, adjustable threshold.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/23519107>
Matt Baker
Currently frames can be filtered to show just frames that did non-trivial work (1ms) and frames which are near the 60 fps budget (15 ms). What are the use cases for providing a "Custom" filter option?
Antoine Quint
Right! Hadn't seen this in nightlies.