Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | highlighting |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sebres-8-5-timerate |
Files: | files | file ages | folders |
SHA3-256: |
2536fd1d1ea0e14928191d42eb245dbc |
User & Date: | sebres 2019-03-05 10:07:53.314 |
Context
2019-03-05
| ||
11:22 | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` in versions prior to 8.7 check-in: f6edb4f6be user: sebres tags: sebres-8-5-timerate | |
10:07 | highlighting check-in: 2536fd1d1e user: sebres tags: sebres-8-5-timerate | |
2019-03-04
| ||
20:50 | amend: html-code order changed check-in: f4280495d4 user: sebres tags: sebres-8-5-timerate | |
Changes
Changes to doc/timerate.n.
︙ | ︙ | |||
32 33 34 35 36 37 38 | .PP .CS \fB0.095977 \(mcs/# 52095836 # 10419167 #/sec 5000.000 nett-ms\fR .CE .PP which indicates: .IP \(bu | | | | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | .PP .CS \fB0.095977 \(mcs/# 52095836 # 10419167 #/sec 5000.000 nett-ms\fR .CE .PP which indicates: .IP \(bu the average amount of time required per iteration, in microseconds ([\fBlindex\fR $result 0]) .IP \(bu the count how many times it was executed ([\fBlindex\fR $result 2]) .IP \(bu the estimated rate per second ([\fBlindex\fR $result 4]) .IP \(bu 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. This command may be used to provide information as to how well the script or a tcl-command is performing and can help determine bottlenecks and fine-tune application performance. .TP |
︙ | ︙ |