Version 8 of Time

Updated 2003-03-26 14:38:47

http://www.tcl.tk/man/tcl8.4/TclCmd/time.htm

Does anyone have some examples of using Tcl's time command? time executes script one time, or optionally, iterations times, See How to measure Performance for additional info - but no obvious examples. More iterations increase the precision of the returned value, at the cost of


Also another use of the word time is as a network protocol for the transmission of time data - see RFC868 [L1 ] NTP is a more sophisticated protocol, but the time protocol does a simple job simply.


In yet another different use of the word time, LV asks "Has anyone written a time chooser similar to the date chooser widgets written elsewhere on the Wiki?" Larry refers to A little date chooser and An i15d date chooser. You can measure the runtime of a lengthy script with the following pattern: You might like to check out: timeentry and timefield.


Tcl syntax help - Arts and crafts of Tcl-Tk programming - Category Command - Category Performance - Category Internet