Skip to content

Commit

Permalink
patch: since v2.5.x, prof plus flag prof_cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianghua Yang committed Sep 18, 2015
1 parent f563800 commit a14ce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion take_basic_prof
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ -f "$HOME/.nodepath" ]; then
NODE_KILL=`cat $HOME/.nodepath`/node-kill;
fi

$NODE_KILL --v8-options --prof --pid=$1
$NODE_KILL --v8-options --prof --prof_cpp --pid=$1

0 comments on commit a14ce06

Please sign in to comment.