Bug 151697
| Summary: | Web Inspector: Abstract out code hotness visualizer from code coverage profiler | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikita Vasilyev <nvasilyev> |
| Component: | Web Inspector | Assignee: | Nikita Vasilyev <nvasilyev> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 146115 | ||
Nikita Vasilyev
The current WIP version of code hotness visualizer (Bug 146115) is tightly coupled with code coverage profiler,
it modifies BasicBlockAnnotator.js.
It should be possible to turn code hotness visualizer (yellow-orange background and execution counts next to the line gutter)
on and off without affecting code coverage profiler (grayed out unexecuted text),
as the former will be off by default and the latter will be on.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/23700951>