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

Unified Diff: tools/linux-tick-processor

Issue 125256: Implemented processing of compressed log files. (Closed)
Patch Set: Added tests Created 11 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
Index: tools/linux-tick-processor
diff --git a/tools/linux-tick-processor b/tools/linux-tick-processor
index 968c24129f4d13f8339ee855935d738c43ea5a2d..2de988cc4b38049cd6e4cbb0ec72d06f36c98938 100755
--- a/tools/linux-tick-processor
+++ b/tools/linux-tick-processor
@@ -12,4 +12,4 @@ d8_exec=$D8_PATH/d8
$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/tickprocessor.js -- $@ 2>/dev/null
+ $tools_path/logreader.js $tools_path/tickprocessor.js -- $@ 2>/dev/null
« no previous file with comments | « test/mjsunit/tools/logreader.js ('k') | tools/logreader.js » ('j') | tools/logreader.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698