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

Unified Diff: tools/draw_instruction_graph.sh

Issue 207823003: Rename A64 port to ARM64 port (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry Created 6 years, 9 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 | « test/webkit/webkit.status ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/draw_instruction_graph.sh
diff --git a/tools/draw_instruction_graph.sh b/tools/draw_instruction_graph.sh
index 7d502d8160089c3a53f34e48353ef3faeb2ae02d..549380b8ff6af27e82f0c1e19a21d6cb5b9099f9 100755
--- a/tools/draw_instruction_graph.sh
+++ b/tools/draw_instruction_graph.sh
@@ -30,8 +30,8 @@
# This script reads in CSV formatted instruction data, and draws a stacked
# graph in png format.
-defaultfile=a64_inst.csv
-defaultout=a64_inst.png
+defaultfile=arm64_inst.csv
+defaultout=arm64_inst.png
gnuplot=/usr/bin/gnuplot
« no previous file with comments | « test/webkit/webkit.status ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698