diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-19 21:12:43 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-19 21:12:43 +0100 |
| commit | f637dd1877c76e89a1d423657425cdcde2e4d723 (patch) | |
| tree | 59c088986b2c680b234a383cce095c435f428844 /docs | |
| parent | b91dc00eb9d5cf325742f259e117caee607ed8be (diff) | |
magit-toggle-profiling: New command
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 5 | ||||
| -rw-r--r-- | docs/magit.texi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/magit.org b/docs/magit.org index 675ba9e..72a4cac 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -9370,6 +9370,11 @@ issue. This command profiles refreshing the current Magit buffer and then displays the results. +- Key: M-x magit-toggle-profiling :: + + This command starts profiling Magit and Forge, or if profiling is + already in progress, it instead stops that and displays the results. + - Key: M-x with-editor-debug :: This command displays a buffer containing information about the diff --git a/docs/magit.texi b/docs/magit.texi index 74f15c1..e9bd7ec 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -11456,6 +11456,11 @@ Also see @ref{Git Executable}. This command profiles refreshing the current Magit buffer and then displays the results. +@item @kbd{M-x magit-toggle-profiling} +@findex magit-toggle-profiling +This command starts profiling Magit and Forge, or if profiling is +already in progress, it instead stops that and displays the results. + @item @kbd{M-x with-editor-debug} @findex with-editor-debug This command displays a buffer containing information about the |
