Function flamegraph::black_box
source · pub fn black_box<T>(dummy: T) -> T
Expand description
function to avoid optimizations by the compiler taken from https://docs.rs/criterion/latest/src/criterion/lib.rs.html#171
pub fn black_box<T>(dummy: T) -> T
function to avoid optimizations by the compiler taken from https://docs.rs/criterion/latest/src/criterion/lib.rs.html#171