1 unstable release

Uses old Rust 2015

0.1.0 Mar 3, 2018

#12 in #time-measurement

Download history 12/week @ 2023-12-10 26/week @ 2023-12-17 7/week @ 2024-01-07 3/week @ 2024-01-21 8/week @ 2024-02-11 22/week @ 2024-02-18 27/week @ 2024-02-25 25/week @ 2024-03-03 37/week @ 2024-03-10 16/week @ 2024-03-17 13/week @ 2024-03-24

96 downloads per month

MIT license

2KB

This crate allows you to read the x86 timestamp counter (TSC) for when you require very low overhead time measurements.

Unlike other crates, this one does not require nightly Rust as it uses cc instead of inline asm - at the cost of an additional call+ret on every invocation.

No runtime deps

~170KB