Mercurial > hg > xemacs-beta
diff lisp/prim/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | 85ec50267440 |
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el Mon Aug 13 09:43:39 2007 +0200 +++ b/lisp/prim/auto-autoloads.el Mon Aug 13 09:44:42 2007 +0200 @@ -223,13 +223,17 @@ ;;;*** -;;;### (autoloads (pretty-print-profiling-info) "profile" "prim/profile.el") +;;;### (autoloads (profile pretty-print-profiling-info) "profile" "prim/profile.el") (autoload 'pretty-print-profiling-info "profile" "\ Print profiling info INFO to standard output in a pretty format. If INFO is omitted, the current profiling info is retrieved using `get-profiling-info'." nil nil) +(autoload 'profile "profile" "\ +Turn on profiling, execute FORMS and stop profiling. +Returns the profiling info, printable by `pretty-print-profiling-info'." nil 'macro) + ;;;*** ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el")