From 1902ee52ef60d96f2ad043687a1e86bcf7be8aed Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 14 Apr 2015 20:28:08 +0200 Subject: Add ":profile stop" This writes the logfile and stops profiling. --- runtime/doc/repeat.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') 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 -- cgit