bmk_linux 0.2.2

My collection of useful stuff for writing benchmarks on Linux ~4.4 (not very idiomatic or complete).
Documentation
1
2
3
4
5
//! A collection of useful utilities for running experiments.

pub mod linux4_4;
pub mod resultarray;
pub mod timing;