fast-clock 0.1.1

explicit api for alternatives to std::time::Instant
Documentation
  • Coverage
  • 0%
    0 out of 20 items documented0 out of 15 items with examples
  • Size
  • Source code size: 8.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.95 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • m-mueller678/fast-clock
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • m-mueller678

fast-clock

This crate aims to provide access to various time sources for benchmarking purposes. It tries to hide as little as possible from you: There is no global state and no automatic fallback to alternative time sources.

Currently, only std::time::{SytemTime, Instant} and TSC are supported.