Docs.rs
hft-benchmarks-0.1.2
hft-benchmarks 0.1.2
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
sh4ka
Dependencies
ahash ^0.8
normal
criterion ^0.5
normal
fastrand ^2.0
normal
jemallocator ^0.5
normal
libc ^0.2
normal
lockfree ^0.5
normal
num_cpus ^1.16
normal
Versions
30.23%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
time_function
hft_
benchmarks
0.1.2
In hft_
benchmarks::
timing
hft_benchmarks
::
timing
Function
time_
function
Copy item path
Source
pub fn time_function<F, R>(f: F) -> (R,
u64
)
where F:
FnOnce
() -> R,