Function: elp-unload-function

elp-unload-function is a byte-compiled function defined in elp.el.gz.

Signature

(elp-unload-function)

Documentation

Unload the Emacs Lisp Profiler.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/elp.el.gz
(defun elp-unload-function ()
  "Unload the Emacs Lisp Profiler."
  (elp-restore-all)
  ;; continue standard unloading
  nil)