v8/tools/turbolizer
bgeron fbccad5c66 [turbolizer] Remember the last phase, search query, and pane expansions.
BUG=
R=danno

Review-Url: https://codereview.chromium.org/2171543004
Cr-Commit-Position: refs/heads/master@{#38045}
2016-07-26 11:47:24 +00:00
..
code-view.js [turbolizer] Improve code comments in disassembly 2016-07-11 08:28:22 +00:00
constants.js
disassembly-view.js [turbolizer] Improve code comments in disassembly 2016-07-11 08:28:22 +00:00
edge.js
empty-view.js
expand-all.jpg
graph-layout.js [turbolizer] Redetermine graph bounding box after dragging a node. 2016-07-25 14:22:23 +00:00
graph-view.js [turbolizer] Remember the last phase, search query, and pane expansions. 2016-07-26 11:47:24 +00:00
hide-selected.png
hide-unselected.png
index.html [turbolizer] Style improvements. 2016-07-25 09:50:41 +00:00
lang-disassembly.js
layout-icon.png
left-arrow.png
monkey.js
node.js [turbolizer] Show a label with a shorter parameter for some opcodes. 2016-07-15 12:07:43 +00:00
OWNERS
README
right-arrow.png
schedule-view.js [turbolizer] Fully parse schedule data. 2016-06-21 15:18:40 +00:00
search2.png
search.png
selection-broker.js
selection.js [turbolizer] Performance improvements for selection in graph & schedule 2016-06-22 10:11:39 +00:00
text-view.js [turbolizer] Improve code comments in disassembly 2016-07-11 08:28:22 +00:00
turbo-visualizer.css [turbolizer] Style improvements. 2016-07-25 09:50:41 +00:00
turbo-visualizer.js [turbolizer] Remember the last phase, search query, and pane expansions. 2016-07-26 11:47:24 +00:00
types.png
upload-icon.png
util.js [turbolizer] Factor out some user actions into methods of GraphView. 2016-07-25 14:25:46 +00:00
view.js

Turbolizer is a HTML-based tool that visualizes optimized code along the various
phases of Turbofan's optimization pipeline, allowing easy navigation between
source code, Turbofan IR graphs, scheduled IR nodes and generated assembly code.

Turbolizer consumes .json files that are generated per-function by d8 by passing
the '--trace-turbo' command-line flag.

Host the turbolizer locally by starting a web server that serves the contents of
the turbolizer directory, e.g.:

cd src/tools/turbolizer
python -m SimpleHTTPServer 8000

Graph visualization and manipulation based on Mike Bostock's sample code for an
interactive tool for creating directed graphs. Original source is at
https://github.com/metacademy/directed-graph-creator and released under the
MIT/X license.

Icons dervied from the "White Olive Collection" created by Breezi released under
the Creative Commons BY license.