time(3tcl) | Tcl Built-In Commands | time(3tcl) |
time - 多次執行一個腳本
time script ?count?
這個命令將 count 次調用 Tcl 解釋器求值 script (如果未指定 count 則爲一次)。它將返回下面這種形式的一個字符串
503 microseconds per iteration
clock(n)
script, time
寒蟬退士
2001/11/20
http://cmpp.linuxforum.net
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
Tcl |