Function: profiler-find-profile

profiler-find-profile is an autoloaded, interactive and byte-compiled function defined in profiler.el.gz.

Signature

(profiler-find-profile FILENAME)

Documentation

Open profile FILENAME.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/profiler.el.gz
;;;###autoload
(defun profiler-find-profile (filename)
  "Open profile FILENAME."
  (interactive
   (list (read-file-name "Find profile: " default-directory)))
  (profiler-report-profile (profiler-read-profile filename)))