Docs.rs
criterion2-0.9.0
criterion2 0.9.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Boshen
Dependencies
anes ^0.2.0
normal
async-std ^1.12
normal
optional
bpaf ^0.9.12
normal
cast ^0.3
normal
ciborium ^0.2.2
normal
codspeed ^2.6.0
normal
optional
colored ^2.1.0
normal
optional
csv ^1.3
normal
optional
document-features ^0.2.8
normal
optional
futures ^0.3.30
normal
optional
itertools ^0.13.0
normal
num-traits ^0.2.19
normal
oorandom ^11.1.3
normal
plotters ^0.3.5
normal
optional
rayon ^1.10
normal
optional
serde ^1.0.200
normal
serde_derive ^1.0.200
normal
serde_json ^1.0.116
normal
smol ^2.0
normal
optional
tinytemplate ^1.2.1
normal
tokio ^1.37
normal
optional
walkdir ^2.5
normal
approx ^0.5.1
dev
futures ^0.3.30
dev
itertools-num ^0.1.3
dev
num-complex ^0.4.5
dev
quickcheck ^1.0.3
dev
rand ^0.8.5
dev
tempfile ^3.10.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
criterion
0.9.0
Function
criterion
::
black_box
Copy item path
source
ยท
[
−
]
pub fn black_box<T>(dummy: T) -> T
Expand description
Reexport of
std::hint::black_box
.