root/trunk/bknr/datastore/src/statistics/package.lisp
| Revision 1609, 203 bytes (checked in by hans, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | (in-package :cl-user) |
| 2 | |
| 3 | (defpackage :bknr.statistics |
| 4 | (:use :cl :cl-user) |
| 5 | (:export #:make-statistics-table |
| 6 | #:note-statistic |
| 7 | #:show-statistics |
| 8 | #:clear-statistics |
| 9 | #:with-statistics-log)) |
Note: See TracBrowser for help on using the browser.
