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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « tools/node-linux-tick-processor ('k') | tools/node-polyfill.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2
3 # A wrapper script to call 'node-linux-tick-processor' with Mac-specific setting s.
4
5 tools_path=`cd $(dirname "$0");pwd`
6 $tools_path/node-linux-tick-processor --mac --nm=$tools_path/mac-nm $@
OLDNEW
« 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