Bug 100192

Summary: Web Inspector: profiler's 'exclude selected function' should recalc totals
Product: WebKit Reporter: Paul Irish <paulirish>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Paul Irish 2012-10-23 21:26:07 PDT
* turn on profiling
* repeat action that needs more insight as to why its slow
* turn off profiling
* profile report has >90% time in (program), and remaining numbers are too small to judge "expensive" accurate
* select (program) and click the X icon for "exclude selected function"
* (program) is removed but totals remain the same.

expected:
totals updated to be the new time share of non-excluded functions

This behavior is consistent in both Chrome and Safari.

related: Bug 88446 - Web Inspector: [Chromium] profiler - differentiate between native code (program) and idle time
Comment 1 Brian Burg 2014-12-12 13:40:12 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.