diff options
author | sebres <sebres@users.sourceforge.net> | 2019-03-05 10:07:53 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2019-03-05 10:07:53 (GMT) |
commit | e50b8ab06822b043814960f2addc955d3559b089 (patch) | |
tree | 4917d33491f1b23ceff785022bb1a31c64775fee | |
parent | 18c4dc903ac4958a254cc697a371c45acfba53a8 (diff) | |
download | tcl-e50b8ab06822b043814960f2addc955d3559b089.zip tcl-e50b8ab06822b043814960f2addc955d3559b089.tar.gz tcl-e50b8ab06822b043814960f2addc955d3559b089.tar.bz2 |
highlighting
-rw-r--r-- | doc/timerate.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/timerate.n b/doc/timerate.n index d10e657..3c764c8 100644 --- a/doc/timerate.n +++ b/doc/timerate.n @@ -36,13 +36,13 @@ It will then return a canonical tcl-list of the form .PP which indicates: .IP \(bu -the average amount of time required per iteration, in microseconds (lindex $result 0) +the average amount of time required per iteration, in microseconds ([\fBlindex\fR $result 0]) .IP \(bu -the count how many times it was executed (lindex $result 2) +the count how many times it was executed ([\fBlindex\fR $result 2]) .IP \(bu -the estimated rate per second (lindex $result 4) +the estimated rate per second ([\fBlindex\fR $result 4]) .IP \(bu -the estimated real execution time without measurement overhead (lindex $result 6) +the estimated real execution time without measurement overhead ([\fBlindex\fR $result 6]) .PP Time is measured in elapsed time using the finest timer resolution as possible, not CPU time. |