os_clock 0.3.1

Operating system clocks, for measuring with cpu time
Documentation
1
2
3
4
pub mod bindings;
mod thread;

pub use thread::{cpu_clock_for_current_thread, Thread, ThreadCPUClock};