precise-time

2024-10-12

Precise time measurements

Upstream URL

github.com/shinmera/precise-time

Author

Yukari Hafner <shinmera@tymoon.eu>

Maintainer

Yukari Hafner <shinmera@tymoon.eu>

License

zlib
README
# About Precise-Time This is a small library hooking into the operating system to give more precise timing information than implementations usually provide via ``get-universal-time`` or ``get-internal-real-time``. ## How To The usage is straightforward: ``get-precise-time`` returns the precise system time as two values: - A universal-time timestamp - Sub-seconds in ``PRECISE-TIME-UNITS-PER-SECOND`` ``get-monotonic-time`` returns a precise monotonic clock as two values: - Seconds since an arbitrary epoch - Sub-seconds in ``MONOTONIC-TIME-UNITS-PER-SECOND`` And that's all! ## Supported Systems The following systems are supported: - Unix (Linux, BSD, MacOS) - Windows - Mezzano

Dependencies (4)

  • cffi
  • documentation-utils
  • parachute
  • trivial-features

Dependents (0)

    • GitHub
    • Quicklisp