mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
(profile-timer-process, profile-temp-result-, profile-time): Likewise. (profile-filter, profile-reset-timer): Functions deleted. (profile-check-zero-init-times, profile-get-time): Likewise. (profile-find-function, profile-quit): Likewise. (profile-distinct, profile-call-stack, profile-last-time): New vars. (profile-time-list, profile-init-list): Doc fix. (profile-functions): Simplify. (profile-print): Use float. Make output include space separators. (profile-add-time): New helper function. (profile-function-prolog): Renamed from profile-start-function. Handle profile-distinct. (profile-function-epilog): Renamed from profile-update-function. Handle profile-distinct. (profile-a-function): If the function to be profiled is an autoload form, load it. If it's lazy-loaded, fetch it. (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. (profile-restore-fun): Arg FUN is now a function symbol, as was documented, rather than a one-element list. (profile-finish): Call profile-restore-fun properly. |
||
|---|---|---|
| .. | ||
| advice.el | ||
| assoc.el | ||
| autoload.el | ||
| backquote.el | ||
| byte-opt.el | ||
| bytecomp.el | ||
| checkdoc.el | ||
| cl-compat.el | ||
| cl-extra.el | ||
| cl-indent.el | ||
| cl-macs.el | ||
| cl-seq.el | ||
| cl-specs.el | ||
| cl.el | ||
| copyright.el | ||
| cust-print.el | ||
| debug.el | ||
| disass.el | ||
| easy-mmode.el | ||
| easymenu.el | ||
| edebug.el | ||
| eldoc.el | ||
| elint.el | ||
| elp.el | ||
| eval-reg.el | ||
| find-func.el | ||
| float.el | ||
| gulp.el | ||
| helper.el | ||
| levents.el | ||
| lisp-mnt.el | ||
| lisp-mode.el | ||
| lisp.el | ||
| lmenu.el | ||
| lselect.el | ||
| lucid.el | ||
| pp.el | ||
| profile.el | ||
| regexp-opt.el | ||
| ring.el | ||
| shadow.el | ||
| sregex.el | ||
| tq.el | ||
| trace.el | ||