summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-02-28 22:44:58 +0000
committerBram Moolenaar <Bram@vim.org>2005-02-28 22:44:58 +0000
commit8cd06cabf3d33bd72b4fac7d49e95d2695a90aa8 (patch)
treed10eef0ee4ee842921b8bac967412d576c4155d2 /runtime/doc/repeat.txt
parent4d01d630a52980e6fb548959a6c24c660dfbaf39 (diff)
updated for version 7.0054
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index b165bf123c..57221023f8 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 7.0aa. Last change: 2005 Feb 26
+*repeat.txt* For Vim version 7.0aa. Last change: 2005 Feb 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -572,7 +572,8 @@ It is only included when Vim was compiled with "huge" features.
This only profiles the script itself, not the functions
defined in it.
When the [!] is added then all functions defined in the script
- will also be profiled.
+ will also be profiled. But only if the script is loaded after
+ this command.
You must always start with a ":profile start fname" command. The resulting
@@ -632,5 +633,7 @@ mind there are various things that may clobber the results:
: delfunc MyFunc
:endif
<
+- Profiling may give weird results on multi-processor systems, when sleep
+ mode kicks in or the processor frequency is reduced to save power.
vim:tw=78:ts=8:ft=help:norl: