Function: profiler-calltree-entry
profiler-calltree-entry is a byte-compiled function defined in
profiler.el.gz.
Signature
(profiler-calltree-entry CL-X)
Documentation
Access slot "entry" of profiler-calltree struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/profiler.el.gz
;;; Calltrees
(cl-defstruct (profiler-calltree (:constructor profiler-make-calltree))
entry
(count 0) (count-percent "")
parent children)