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.
This commit is contained in:
parent
ee88f46bb5
commit
e130e9cf77
5 changed files with 18 additions and 5 deletions
|
@ -11,7 +11,7 @@ doctest = false
|
|||
[dependencies]
|
||||
bitflags = "1.0"
|
||||
libc = "0.2"
|
||||
measureme = "9.0.0"
|
||||
measureme = "9.1.0"
|
||||
snap = "1"
|
||||
tracing = "0.1"
|
||||
rustc_middle = { path = "../rustc_middle" }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -28,6 +28,6 @@ rustc_ast = { path = "../rustc_ast" }
|
|||
rustc_span = { path = "../rustc_span" }
|
||||
chalk-ir = "0.55.0"
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
measureme = "9.0.0"
|
||||
measureme = "9.1.0"
|
||||
rustc_session = { path = "../rustc_session" }
|
||||
rustc_type_ir = { path = "../rustc_type_ir" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue