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 | ||
Paul Irish
* 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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brian Burg
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.