Bug 106300 - Web Inspector: Timeline filter isn't as useful anymore
Summary: Web Inspector: Timeline filter isn't as useful anymore
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 22:45 PST by Paul Irish
Modified: 2014-12-12 13:43 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Irish 2013-01-07 22:45:56 PST
It currently filters out items <15ms.

In many contexts these days, this quantity is too high and filters out 11ms paint times that are worth targeting. 

One possibility is to more smartly filter out "small" times relative to the average/median times recorded.. though I think we could remove this filtering behavior..
Comment 1 Eugene Klyuchnikov 2013-01-09 04:31:19 PST
Currently filter has 3 options: >= 1ms, >= 15ms, all records.

We could add couple more, make them adaptive or make length adjustable with some logarithmic slider.
Comment 2 Brian Burg 2014-12-12 13:41:24 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.