pressurize 0.0.1

Tools for benchmarking environments
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg_attr(feature = "nightly", feature(asm))]

use counters::{Counter, InstructionsMinusIrqs, WallTime};

mod counters;

fn main() {
    ()
}