Skip to content

Commit

Permalink
Merge pull request #143 from eddyb/rdpmc
Browse files Browse the repository at this point in the history
Hardware performance counter support (via `rdpmc`).
  • Loading branch information
wesleywiser authored Nov 20, 2020
2 parents 2c45b10 + 1425ee3 commit 1c8c294
Show file tree
Hide file tree
Showing 5 changed files with 1,055 additions and 46 deletions.
8 changes: 8 additions & 0 deletions measureme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ repository = "https://github.com/rust-lang/measureme"
travis-ci = { repository = "rust-lang/measureme" }

[dependencies]
log = "0.4"
parking_lot = "0.11.0"
rustc-hash = "1.0.1"
smallvec = "1.0"

[features]
nightly = []

[target.'cfg(all(target_arch = "x86_64", target_os = "linux"))'.dependencies]
memmap = "0.7"
perf-event-open-sys = "1.0.1"
Loading

0 comments on commit 1c8c294

Please sign in to comment.