cl-performance-tuning-helper
A simple performance tuning helper tool box for Common Lisp
$ area51 add cl-performance-tuning-helperコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-performance-tuning-helper:some-function ...)