Skip to content

Commit a1adf5c

Browse files
committed
make sure children are traced (like parallel processing)
1 parent 9d77734 commit a1adf5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/benchmark.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ function runValgrindPhpCgiCommand(
114114
'--tool=callgrind',
115115
'--dump-instr=yes',
116116
'--collect-jumps=yes',
117+
'--trace-children=yes',
117118
"--callgrind-out-file=$profileOut",
118119
'--verbose',
119120
'--',

0 commit comments

Comments
 (0)