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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/turbolizer/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/turbolizer/README
diff --git a/tools/turbolizer/README b/tools/turbolizer/README
deleted file mode 100644
index 99548b003e3c4124447e989430e4a7ec8319be12..0000000000000000000000000000000000000000
--- a/tools/turbolizer/README
+++ /dev/null
@@ -1,20 +0,0 @@
-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.
« 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