aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-04-14 20:28:08 +0200
committerMarco Hinz <mh.codebro@gmail.com>2015-11-10 02:49:47 +0100
commit1902ee52ef60d96f2ad043687a1e86bcf7be8aed (patch)
tree3e65c5fa9849f391cfa0227a25874a0d3798e968 /runtime/doc/repeat.txt
parent588bf76650d6d645403e70437c649e7759430c05 (diff)
downloadrneovim-1902ee52ef60d96f2ad043687a1e86bcf7be8aed.tar.gz
rneovim-1902ee52ef60d96f2ad043687a1e86bcf7be8aed.tar.bz2
rneovim-1902ee52ef60d96f2ad043687a1e86bcf7be8aed.zip
Add ":profile stop"
This writes the logfile and stops profiling.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index eae2c3867e..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