Bug 151697

Summary: Web Inspector: Abstract out code hotness visualizer from code coverage profiler
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: 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    

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>