Function: profiler-calltree-count

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

Signature

(profiler-calltree-count profiler-calltree-count X)

Documentation

Access slot "count" 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)