diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-04-14 20:28:08 +0200 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-11-10 02:49:47 +0100 |
commit | 1902ee52ef60d96f2ad043687a1e86bcf7be8aed (patch) | |
tree | 3e65c5fa9849f391cfa0227a25874a0d3798e968 /runtime/doc/repeat.txt | |
parent | 588bf76650d6d645403e70437c649e7759430c05 (diff) | |
download | rneovim-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.txt | 3 |
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 |