Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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