sbcl-atomichron
Atomic metering library for Common Lisp
atomichron is a Common Lisp library which implements a time meter which tracks how many times a form is evaluated, and how long evaluation takes. It uses atomic instructions so that meters will present correct results in the presence of multiple threads, while trying to minimize synchronization latency.
- Versions: 0.0.0-0.5b3578b
- Website: https://github.com/no-defun-allowed/atomichron
- Licenses: FreeBSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sbcl-atomichron as follows:
guix install sbcl-atomichron
Or install a particular version:
guix install sbcl-atomichron@0.0.0-0.5b3578b
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of sbcl-atomichron about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sbcl-atomichron'><img src='https://packages.guix.gnu.org/packages/sbcl-atomichron/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/sbcl-atomichron)
Example Org:
[[https://packages.guix.gnu.org/packages/sbcl-atomichron][https://packages.guix.gnu.org/packages/sbcl-atomichron/badges/latest-version.svg]]