time(1,2,n)(n) Tcl Built-In Commands time(1,2,n)(n) NAME time(1,2,n) - Time the execution of a script SYNOPSIS time(1,2,n) script ?count? DESCRIPTION This command will call the Tcl interpreter count times to evaluate script (or once if(3,n) count isn't specified). It will then return a string(3,n) of the form 503 microseconds per iteration which indicates the average amount of time(1,2,n) required per iteration, in(1,8) microseconds. Time is measured in(1,8) elapsed time(1,2,n), not CPU time. SEE ALSO clock(3,n)(n) KEYWORDS script, time(1,2,n) Tcl time(1,2,n)(n)