Bug 100192 - Web Inspector: profiler's 'exclude selected function' should recalc totals
Summary: Web Inspector: profiler's 'exclude selected function' should recalc totals
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: 2012-10-23 21:26 PDT by Paul Irish
Modified: 2014-12-12 13:42 PST (History)
8 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 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.