Function: profiler-fixup-entry
profiler-fixup-entry is a byte-compiled function defined in
profiler.el.gz.
Signature
(profiler-fixup-entry ENTRY)
Source Code
;; Defined in /usr/src/emacs/lisp/profiler.el.gz
(defun profiler-fixup-entry (entry)
(if (symbolp entry)
entry
(profiler-format-entry entry)))