cl-performance-tuning-helper
A simple performance tuning helper tool box for Common Lisp
$ area51 add cl-performance-tuning-helperCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-performance-tuning-helper:some-function ...)