tsc 0.1.0

Read the x86 TSC on stable Rust!
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 462.39 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • main--

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.