Rollup merge of #82537 - wesleywiser:update_measureme, r=oli-obk
Update measureme dependency to the latest version This version adds the ability to use `rdpmc` hardware-based performance counters instead of wall-clock time for measuring duration. This also introduces a dependency on the `perf-event-open-sys` crate on Linux which is used when using hardware counters. r? ```@oli-obk```
This commit is contained in:
commit
6d288c65df
5 changed files with 18 additions and 5 deletions
|
|
@ -132,6 +132,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
|
|||
"parking_lot",
|
||||
"parking_lot_core",
|
||||
"pathdiff",
|
||||
"perf-event-open-sys",
|
||||
"pkg-config",
|
||||
"polonius-engine",
|
||||
"ppv-lite86",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue