Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to get the process time?

Status
Not open for further replies.

RajVerma

Programmer
Jun 11, 2003
62
DE
hi,

I want to know the time taken by the Tcl/Tk compiler to execute my procedure.

Is there a built-in function in Tcl that give the process time, or do we have to call something like a timer, where it has to be called before and after the procedure so that we can measure the difference?

thnx,
Raj.
 
time: just like the shell command of that name.

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top