Bug 151697 - Web Inspector: Abstract out code hotness visualizer from code coverage profiler
Summary: Web Inspector: Abstract out code hotness visualizer from code coverage profiler
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks: 146115
  Show dependency treegraph
 
Reported: 2015-11-30 22:45 PST by Nikita Vasilyev
Modified: 2016-12-13 15:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 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.
Comment 1 Radar WebKit Bug Importer 2015-11-30 22:45:50 PST
<rdar://problem/23700951>