This package browser is in early development. Mind the rough edges.

cl-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.

Installation

Install the latest version of cl-atomichron as follows:

guix install cl-atomichron

Or install a particular version:

guix install cl-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 cl-atomichron about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/cl-atomichron'><img src='https://packages.guix.gnu.org/packages/cl-atomichron/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cl-atomichron/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cl-atomichron)

Example Org:

[[https://packages.guix.gnu.org/packages/cl-atomichron][https://packages.guix.gnu.org/packages/cl-atomichron/badges/latest-version.svg]]