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

Unified Diff: tools/node-mac-tick-processor

Issue 1179173009: Add support for running the profiler output processing scripts with node. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: buffered readline polyfill Created 5 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/node-linux-tick-processor ('k') | tools/node-polyfill.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/node-mac-tick-processor
diff --git a/tools/node-mac-tick-processor b/tools/node-mac-tick-processor
new file mode 100644
index 0000000000000000000000000000000000000000..ac1eb0e6ef12fd2db3bdb12ce017f8425fdd80e8
--- /dev/null
+++ b/tools/node-mac-tick-processor
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# A wrapper script to call 'node-linux-tick-processor' with Mac-specific settings.
+
+tools_path=`cd $(dirname "$0");pwd`
+$tools_path/node-linux-tick-processor --mac --nm=$tools_path/mac-nm $@
« no previous file with comments | « tools/node-linux-tick-processor ('k') | tools/node-polyfill.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698