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
6
7
//! A bunch of utilities I've collected over time that are useful for measuring stuff on Linux.
//!
//! I've used these on Linux 4.4, but many should also work on older and new versions. YMMV. Check
//! the Linux docs.

pub mod procfs;
pub mod pgrep;