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

Unified Diff: tools/profviz/composer.js

Issue 17620008: Include statistical profile into profviz. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: small tweak Created 7 years, 6 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/profviz/profviz.css » ('j') | tools/profviz/profviz.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profviz/composer.js
diff --git a/tools/profviz/composer.js b/tools/profviz/composer.js
index 2f7817928c591f2cd3545bddf21c9018fc20d41a..72a70ea1ae7de8e8878c5e74930756119fe74886 100644
--- a/tools/profviz/composer.js
+++ b/tools/profviz/composer.js
@@ -422,6 +422,7 @@ function PlotScriptComposer(kResX, kResY) {
output("set style fill pattern 2 bo 1");
output("set style rect fs solid 1 noborder");
output("set style line 1 lt 1 lw 1 lc rgb \"#000000\"");
+ output("set border 15 lw 0.2"); // Draw thin border box.
output("set xtics out nomirror");
output("unset key");
« no previous file with comments | « no previous file | tools/profviz/profviz.css » ('j') | tools/profviz/profviz.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698