summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
diff options
context:
space:
mode:
authorgahr <gahr@gahr.ch>2016-04-20 19:27:31 (GMT)
committergahr <gahr@gahr.ch>2016-04-20 19:27:31 (GMT)
commitdba0cd17dc6865c239fccdb75c700563aa7deb0d (patch)
tree94eb211fdf0c09277b9e8bf4ed9d97f87622e4ea /doc/tcltest.n
parent3f2f704c28a23ff932110f2eab0daeb1536b7bdd (diff)
downloadtcl-dba0cd17dc6865c239fccdb75c700563aa7deb0d.zip
tcl-dba0cd17dc6865c239fccdb75c700563aa7deb0d.tar.gz
tcl-dba0cd17dc6865c239fccdb75c700563aa7deb0d.tar.bz2
Implement msec and usec verbosity levels in tcltest::configure
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r--doc/tcltest.n8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index cedc763..ac8b73b 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -872,8 +872,8 @@ harness are doing.
.
Sets the type of output verbosity desired to \fIlevel\fR,
a list of zero or more of the elements \fBbody\fR, \fBpass\fR,
-\fBskip\fR, \fBstart\fR, \fBerror\fR and \fBline\fR. Default value
-is
+\fBskip\fR, \fBstart\fR, \fBerror\fR, \fBline\fR, \fBmsec\fR and \fBusec\fR.
+Default value is
.QW "\fBbody error\fR" .
Levels are defined as:
.RS
@@ -890,6 +890,10 @@ Print errorInfo and errorCode, if they exist, when a test return code
does not match its expected return code
.IP "line (\fBl\fR)"
Print source file line information of failed tests
+.IP "msec (\fBm\fR)"
+Print each test's execution time in milliseconds
+.IP "usec (\fBu\fR)"
+Print each test's execution time in microseconds
.PP
The single letter abbreviations noted above are also recognized
so that