diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-31 07:20:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-31 07:20:18 (GMT) |
commit | 4632c037e39815143f56d2abeb9ca668bb4d6c75 (patch) | |
tree | 374a94a91582f55d925a433fd5380c91307b4061 /doc/timerate.n | |
parent | 75bdb756898a30047bb33ecf3f322062fcd27180 (diff) | |
parent | 28c9edc49b51e1d750ff76ecf44efc388827f1f5 (diff) | |
download | tcl-4632c037e39815143f56d2abeb9ca668bb4d6c75.zip tcl-4632c037e39815143f56d2abeb9ca668bb4d6c75.tar.gz tcl-4632c037e39815143f56d2abeb9ca668bb4d6c75.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/timerate.n')
-rw-r--r-- | doc/timerate.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/timerate.n b/doc/timerate.n index c5fdf30..5d49c86 100644 --- a/doc/timerate.n +++ b/doc/timerate.n @@ -35,10 +35,10 @@ if \fItime\fR is not specified. .sp The parameter \fImax-count\fR could additionally impose a further restriction by the maximal number of iterations to evaluate the script. -If \fImax-count\fR is specified, the evalution will stop either this count of +If \fImax-count\fR is specified, the evaluation will stop either this count of iterations is reached or the time is exceeded. .sp -It will then return a canonical tcl-list of the form: +It will then return a canonical Tcl-list of the form: .PP .CS \fB0.095977 \(mcs/# 52095836 # 10419167 #/sec 5000.000 net-ms\fR @@ -85,7 +85,7 @@ used to measure the cost of \fBTcl_EvalObjEx\fR, of the invocation of canonical lists, and of the uncompiled versions of bytecoded commands. .PP As opposed to the \fBtime\fR commmand, which runs the tested script for a fixed -number of iterations, the timerate command runs it for a fixed time. +number of iterations, the \fBtimerate\fR command runs it for a fixed time. Additionally, the compiled variant of the script will be used during the entire measurement, as if the script were part of a compiled procedure, if the \fB\-direct\fR option is not specified. The fixed time period and possibility of compilation allow |