ASSIGNED 151697
Web Inspector: Abstract out code hotness visualizer from code coverage profiler
https://bugs.webkit.org/show_bug.cgi?id=151697
Summary Web Inspector: Abstract out code hotness visualizer from code coverage profiler
Nikita Vasilyev
Reported 2015-11-30 22:45:22 PST
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
Radar WebKit Bug Importer
Comment 1 2015-11-30 22:45:50 PST
Note You need to log in before you can comment on or make changes to this bug.