aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-11-10 03:09:38 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-11-10 03:09:38 +0100
commit971e5c22bfc51102d670549d3df1181adfc75c77 (patch)
tree3e65c5fa9849f391cfa0227a25874a0d3798e968 /runtime
parent94015cd13a7d17787042bd003950fc152fa129bb (diff)
parent1902ee52ef60d96f2ad043687a1e86bcf7be8aed (diff)
downloadrneovim-971e5c22bfc51102d670549d3df1181adfc75c77.tar.gz
rneovim-971e5c22bfc51102d670549d3df1181adfc75c77.tar.bz2
rneovim-971e5c22bfc51102d670549d3df1181adfc75c77.zip
Merge PR #2427 'Add ":profile dump" and ":profile stop"'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/repeat.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 75384832ec..d029391c60 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -586,6 +586,9 @@ For example, to profile the one_script.vim script file: >
If {fname} already exists it will be silently overwritten.
The variable |v:profiling| is set to one.
+:prof[ile] stop
+ Write the logfile and stop profiling.
+
:prof[ile] pause
Don't profile until the following ":profile continue". Can be
used when doing something that should not be counted (e.g., an
@@ -609,6 +612,9 @@ For example, to profile the one_script.vim script file: >
after this command. A :profile command in the script itself
won't work.
+:prof[ile] dump
+ Don't wait until exiting Vim and write the current state of
+ profiling to the log immediately.
:profd[el] ... *:profd* *:profdel*
Stop profiling for the arguments specified. See |:breakdel|