Profiling edit
Profiling is, in a nutshell, assessing how quickly the various parts of your program run. Most often, you'll want your program to run fast, and using a profiler to find slow spots can help you decide what needs work. There is a simple profiler package included in tcllib: http://tcllib.sourceforge.net/doc/profiler.html
Other profiling packages
etprof is a little profiler in pure-Tcl.Mark Smith's profiler.tcl, [1], is yet another pure-Tcl variation.tprof

- DKF: That link is dead. I've recovered the file out of the Internet Archive and put a copy here
as a temporary measure, but I don't plan to be involved long-term. I have put it up on github
as well.
Paradyn


