How to time a tcl script
am 05.10.2007 16:05:12 von parag_paulsomthing like time A tcl script
somthing like time A tcl script
At 2007-10-05 10:05AM, "parag_paul@hotmail.com" wrote:
> somthing like time A tcl script
If you just want the elapsed time from the shell when you run your
script, use: times myscript.tcl
If you want to time some procedure in your script, see the Tcl time
command: http://wiki.tcl.tk/time
If you want to profile your script, see: http://wiki.tcl.tk/profile
--
Glenn Jackman
"You can only be young once. But you can always be immature." -- Dave Barry