1 unstable release
Uses old Rust 2015
0.1.0 | Mar 3, 2018 |
---|
#88 in #x86
82 downloads per month
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
~0–280KB