cl-stopwatch
Timing and clocking in Common Lisp.
$ area51 add cl-stopwatchCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-stopwatch:some-function ...)Timing and clocking in Common Lisp.
$ area51 add cl-stopwatchCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-stopwatch:some-function ...)