Function: profiler-find-profile-other-frame
profiler-find-profile-other-frame is an autoloaded, interactive and
byte-compiled function defined in profiler.el.gz.
Signature
(profiler-find-profile-other-frame FILENAME)
Documentation
Open profile FILENAME.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/profiler.el.gz
;;;###autoload
(defun profiler-find-profile-other-frame (filename)
"Open profile FILENAME."
(interactive
(list (read-file-name "Find profile: " default-directory)))
(profiler-report-profile-other-frame(profiler-read-profile filename)))