module Unmark_papi:sig
..end
val of_events : Papi.event list -> Unmark.Measurement.Probe.probe
of_events evts
is a probe that uses PAPI to count events evts
.
Measure L1, L2 and L3 cache miss behaviour:
let probe = of_events Papi.[L1_TCM; L2_TCM; L3_TCM]
let _ = Unmark_cli.main "stuff" ~probe [...]