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

Unified Diff: tools/plot-timer-events

Issue 17592002: Add v8.log visualizer page. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: small changes 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/plot-timer-events.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/plot-timer-events
diff --git a/tools/plot-timer-events b/tools/plot-timer-events
index 221684d4258bf9185418ee4085e95eae5b873ed5..0723150be5730b4414ad7843ae0b56002dacc16c 100755
--- a/tools/plot-timer-events
+++ b/tools/plot-timer-events
@@ -62,9 +62,9 @@ if [[ "$@" != *--distortion* ]]; then
echo $options
fi
-echo -e "plot-range,$plot_range\ndistortion,$distortion" | cat - $log_file |
+cat $log_file |
$d8_exec $tools_path/csvparser.js $tools_path/splaytree.js \
$tools_path/codemap.js $tools_path/profile.js $tools_path/profile_view.js \
$tools_path/logreader.js $tools_path/tickprocessor.js \
- $tools_path/plot-timer-events.js -- $options $@ | less \
- 2>/dev/null | gnuplot > timer-events.png
+ $tools_path/profviz/composer.js $tools_path/profviz/stdio.js \
+ -- $@ $options 2>/dev/null | gnuplot > timer-events.png
« no previous file with comments | « no previous file | tools/plot-timer-events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698