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

Unified Diff: tools/plot-timer-events

Issue 11412125: Add parallel recompilation time to histogram and plot execution pause times. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: make new counters non-histograms Created 8 years, 1 month 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 | « src/vm-state-inl.h ('k') | 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/linux-tick-processor b/tools/plot-timer-events
similarity index 72%
copy from tools/linux-tick-processor
copy to tools/plot-timer-events
index 93f143f9a95b39a77c73c47d312cef05650552d0..1db2c31a73585a5996e23b39220c70cf2834b23b 100755
--- a/tools/linux-tick-processor
+++ b/tools/plot-timer-events
@@ -33,8 +33,7 @@ if [ ! -x "$d8_exec" ]; then
fi
# nm spits out 'no symbols found' messages to stderr.
-cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
- $tools_path/csvparser.js $tools_path/consarray.js \
- $tools_path/profile.js $tools_path/profile_view.js \
- $tools_path/logreader.js $tools_path/tickprocessor.js \
- $tools_path/tickprocessor-driver.js -- $@ 2>/dev/null
+cat $log_file | $d8_exec $tools_path/csvparser.js \
+ $tools_path/logreader.js $tools_path/plot-timer-events.js \
+ 2>/dev/null | gnuplot > timer-events.png
+
« no previous file with comments | « src/vm-state-inl.h ('k') | tools/plot-timer-events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698