Bug 151200 - Allow filtering the Rendering Frames timeline based on minimum duration
Summary: Allow filtering the Rendering Frames timeline based on minimum duration
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-11-12 10:33 PST by Antoine Quint
Modified: 2015-11-12 17:27 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2015-11-12 10:33:17 PST
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.
Comment 1 Radar WebKit Bug Importer 2015-11-12 10:33:50 PST
<rdar://problem/23519107>
Comment 2 Matt Baker 2015-11-12 11:46:45 PST
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?
Comment 3 Antoine Quint 2015-11-12 17:27:15 PST
Right! Hadn't seen this in nightlies.