Function: profiler-calltree-entry

profiler-calltree-entry is a byte-compiled function defined in profiler.el.gz.

Signature

(profiler-calltree-entry profiler-calltree-entry X)

Documentation

Access slot "entry" of profiler-calltree struct 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)