Function: profiler-calltree-count-percent

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

Signature

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

Documentation

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