Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Side by Side Diff: tools/turbolizer/README

Issue 2174803002: [turbolizer] Add support for showing perf profiling information. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [turbolizer] Add support for showing perf profiling information. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/turbolizer/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Turbolizer is a HTML-based tool that visualizes optimized code along the various
2 phases of Turbofan's optimization pipeline, allowing easy navigation between
3 source code, Turbofan IR graphs, scheduled IR nodes and generated assembly code.
4
5 Turbolizer consumes .json files that are generated per-function by d8 by passing
6 the '--trace-turbo' command-line flag.
7
8 Host the turbolizer locally by starting a web server that serves the contents of
9 the turbolizer directory, e.g.:
10
11 cd src/tools/turbolizer
12 python -m SimpleHTTPServer 8000
13
14 Graph visualization and manipulation based on Mike Bostock's sample code for an
15 interactive tool for creating directed graphs. Original source is at
16 https://github.com/metacademy/directed-graph-creator and released under the
17 MIT/X license.
18
19 Icons dervied from the "White Olive Collection" created by Breezi released under
20 the Creative Commons BY license.
OLDNEW
« no previous file with comments | « no previous file | tools/turbolizer/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698