Function: magit-profile-refresh-buffer
magit-profile-refresh-buffer is an interactive and byte-compiled
function defined in magit-mode.el.
Signature
(magit-profile-refresh-buffer)
Documentation
Profile refreshing the current Magit buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-mode.el
(defun magit-profile-refresh-buffer ()
"Profile refreshing the current Magit buffer."
(interactive)
(require (quote elp))
(elp-reset-all)
(message "Profiling Magit and Forge...")
(elp-instrument-package "magit-")
(elp-instrument-package "forge-")
(magit-refresh-buffer)
(message "Profiling Magit and Forge...done")
(elp-results)
(elp-reset-all))