From a14ce0679fb8ad7c2213157e21441a61039e9262 Mon Sep 17 00:00:00 2001 From: Jianghua Yang Date: Fri, 18 Sep 2015 14:52:13 +0800 Subject: [PATCH] patch: since v2.5.x, prof plus flag prof_cpp --- take_basic_prof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/take_basic_prof b/take_basic_prof index b177bd7..d326e59 100755 --- a/take_basic_prof +++ b/take_basic_prof @@ -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