]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #82537 - wesleywiser:update_measureme, r=oli-obk
authorDylan DPC <dylan.dpc@gmail.com>
Sat, 27 Feb 2021 20:56:20 +0000 (21:56 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Feb 2021 20:56:20 +0000 (21:56 +0100)
commit6d288c65dfb2ca45fa88ee4885d905c5c35f3554
tree955aecdea0baf124132a7a1d5afddc7f23ed7778
parenta7f9aca0a61e16f7eeeea206fbaf0e655bd9de89
parente130e9cf7787ef83f9cada14b7a2579b09c6a558
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```
Cargo.lock
compiler/rustc_codegen_llvm/Cargo.toml
src/tools/tidy/src/deps.rs