Changeset 12682 for trunk/abcl/src/org/armedbear/lisp/autoloads.lisp
- Timestamp:
- 05/15/10 10:20:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/autoloads.lisp
r12587 r12682 285 285 ;; Profiler. 286 286 (in-package "PROFILER") 287 (export '(*granularity* show-call-counts with-profiling))288 (autoload ' show-call-counts"profiler")287 (export '(*granularity* show-call-counts show-hot-counts with-profiling)) 288 (autoload '(show-call-counts show-hot-counts) "profiler") 289 289 (autoload-macro 'with-profiling "profiler") 290 290
Note: See TracChangeset
for help on using the changeset viewer.