Skip to content

Commit dc74b09

Browse files
committed
collect cache/branch misses
1 parent 3c0fe5c commit dc74b09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmark/benchmark.php

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ function runValgrindPhpCgiCommand(
114114
'--tool=callgrind',
115115
'--dump-instr=yes',
116116
'--collect-jumps=yes',
117+
'--cache-sim=yes',
118+
'--branch-sim=yes',
117119
"--callgrind-out-file=$profileOut",
118120
'--verbose',
119121
'--',

0 commit comments

Comments
 (0)