Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuzhao committed Jun 28, 2024
1 parent d219f6d commit 49829c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ tc = { env = { MALLOC = "tc", IS_MALLOCKIT = "0" } }
je = { env = { MALLOC = "je", IS_MALLOCKIT = "0" } }

[package.metadata.harness.profiles.default.probes]
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 }
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 comments on commit 49829c2

Please sign in to comment.