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

Unified Diff: tools/profviz/stdio.js

Issue 318983005: Log IC misses as timer events. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « tools/profviz/composer.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profviz/stdio.js
diff --git a/tools/profviz/stdio.js b/tools/profviz/stdio.js
index db38f042a7d016efb95e9d6803e8f59593920c83..5a8311dfb2835739c06b043535f1b26220f91ec5 100644
--- a/tools/profviz/stdio.js
+++ b/tools/profviz/stdio.js
@@ -43,7 +43,7 @@ if (!isNaN(range_start)) range_start_override = range_start;
if (!isNaN(range_end)) range_end_override = range_end;
var kResX = 1600;
-var kResY = 600;
+var kResY = 700;
function log_error(text) {
print(text);
quit(1);
« no previous file with comments | « tools/profviz/composer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698