comparison lisp/prim/auto-autoloads.el @ 199:169c0442b401 r20-3b26

Import from CVS: tag r20-3b26
author cvs
date Mon, 13 Aug 2007 10:00:33 +0200
parents a2f645c6b9f8
children 850242ba4a81
comparison
equal deleted inserted replaced
198:a94d4839ade3 199:169c0442b401
239 ;;;### (autoloads (profile-key-sequence profile pretty-print-profiling-info) "profile" "prim/profile.el") 239 ;;;### (autoloads (profile-key-sequence profile pretty-print-profiling-info) "profile" "prim/profile.el")
240 240
241 (autoload 'pretty-print-profiling-info "profile" "\ 241 (autoload 'pretty-print-profiling-info "profile" "\
242 Print profiling info INFO to STREAM in a pretty format. 242 Print profiling info INFO to STREAM in a pretty format.
243 If INFO is omitted, the current profiling info is retrieved using 243 If INFO is omitted, the current profiling info is retrieved using
244 `get-profiling-info'. 244 `get-profiling-info'.
245 If STREAM is omitted, either current buffer or standard output are used, 245 If STREAM is omitted, either a *Profiling Results* buffer or standard
246 depending on whether the function was called interactively or not." t nil) 246 output are used, depending on whether the function was called
247 interactively or not." t nil)
247 248
248 (autoload 'profile "profile" "\ 249 (autoload 'profile "profile" "\
249 Turn on profiling, execute FORMS and restore profiling state. 250 Turn on profiling, execute FORMS and restore profiling state.
250 Profiling state here means that if profiling was not in effect when 251 Profiling state here means that if profiling was not in effect when
251 PROFILE was called, it will be turned off after FORMS are evaluated. 252 PROFILE was called, it will be turned off after FORMS are evaluated.