Function: profiler-find-profile-other-window

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

Signature

(profiler-find-profile-other-window FILENAME)

Documentation

Open profile FILENAME.

Key Bindings

Source Code

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