Skip to content

Commit 49829c2

Browse files
committed
wip
1 parent d219f6d commit 49829c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ tc = { env = { MALLOC = "tc", IS_MALLOCKIT = "0" } }
6363
je = { env = { MALLOC = "je", IS_MALLOCKIT = "0" } }
6464

6565
[package.metadata.harness.profiles.default.probes]
66-
harness-probe-perf = { events = "PERF_COUNT_HW_CACHE_LL:ACCESS,PERF_COUNT_HW_CACHE_LL:MISS,PERF_COUNT_HW_INSTRUCTIONS,PERF_COUNT_HW_CACHE_L1D:MISS,PERF_COUNT_HW_CACHE_DTLB:MISS", inherit = true }
66+
harness-probe-perf = { events = "PERF_COUNT_HW_CACHE_LL:READ:ACCESS,PERF_COUNT_HW_CACHE_LL:READ:MISS,PERF_COUNT_HW_INSTRUCTIONS,PERF_COUNT_HW_CACHE_L1I:MISS,PERF_COUNT_HW_CACHE_ITLB:MISS", inherit = true }

0 commit comments

Comments
 (0)