File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stat_output=$(mktemp /tmp/__perf_test.stat_output.std.XXXXX)
13
13
14
14
event_name=(cpu-clock task-clock context-switches cpu-migrations page-faults stalled-cycles-frontend stalled-cycles-backend cycles instructions branches branch-misses)
15
15
event_metric=(" CPUs utilized" " CPUs utilized" " /sec" " /sec" " /sec" " frontend cycles idle" " backend cycles idle" " GHz" " insn per cycle" " /sec" " of all branches" )
16
- skip_metric=(" stalled cycles per insn" " tma_" " retiring" " frontend_bound" " bad_speculation" " backend_bound" )
16
+ skip_metric=(" stalled cycles per insn" " tma_" " retiring" " frontend_bound" " bad_speculation" " backend_bound" " TopdownL1 " " percent of slots " )
17
17
18
18
cleanup () {
19
19
rm -f " ${stat_output} "
You can’t perform that action at this time.
0 commit comments