summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorWesley Wiser <wesleywiser@microsoft.com>2021-02-25 18:25:38 -0500
committerWesley Wiser <wesleywiser@microsoft.com>2021-02-25 18:25:38 -0500
commite130e9cf7787ef83f9cada14b7a2579b09c6a558 (patch)
tree2ef301b00ccb6610734cb176756316199cbadb5e /compiler/rustc_data_structures
parentee88f46bb5e27c4d9f30326e69ff2298dcbeecb1 (diff)
downloadrust-e130e9cf7787ef83f9cada14b7a2579b09c6a558.tar.gz
rust-e130e9cf7787ef83f9cada14b7a2579b09c6a558.zip
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.
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index e3476517de5..818c4364256 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -25,7 +25,7 @@ rustc-hash = "1.1.0"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 rustc_index = { path = "../rustc_index", package = "rustc_index" }
 bitflags = "1.2.1"
-measureme = "9.0.0"
+measureme = "9.1.0"
 libc = "0.2"
 stacker = "0.1.12"
 tempfile = "3.0.5"