table of contents
other languages
- English tcl8.6-doc
- English tcl9.0-doc
- 中文 (zh-CN)
- 繁體中文 (zh-TW)
time(3tcl) | Tcl Built-In Commands | time(3tcl) |
NAME¶
time - 多次执行一个脚本
总览 SYNOPSIS¶
time script ?count?
描述 DESCRIPTION¶
这个命令将 count 次调用 Tcl 解释器求值 script (如果未指定 count 则为一次)。它将返回下面这种形式的一个字符串
503 microseconds per iteration
参见 SEE ALSO¶
clock(n)
关键字 KEYWORDS¶
script, time
[中文版维护人]¶
寒蝉退士
[中文版最新更新]¶
2001/11/20
《中国 Linux 论坛 man 手册页翻译计划》:¶
跋¶
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
Tcl |