Variable: elp-function-list

elp-function-list is a customizable variable defined in elp.el.gz.

Value

nil

Documentation

List of functions to profile.

Used by the command elp-instrument-list.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/elp.el.gz
(defcustom elp-function-list nil
  "List of functions to profile.
Used by the command `elp-instrument-list'."
  :type '(repeat function)
  :group 'elp)