cl-stopwatch

BSD 3-clause. See LICENSE.

Timing and clocking in Common Lisp.

$ area51 add cl-stopwatchCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-stopwatch:some-function ...)