**Profiling** 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 [Profiling Tcl] has more on the subject. ***Other profiling packages*** [etprof] is a little profiler in [pure-Tcl]. [Mark Smith]'s profiler.tcl, [http://www.7bsoftware.com/software/profiler.tcl], is yet another pure-Tcl variation. http://fossies.org/linux/misc/old/tprof-2.2.all.linux.tar.gz/%|%tprof%|%: A profiler for TCL scripts. Allows creation of profiling data sets and later analysis through a graphical frontend. http://fossies.org/linux/misc/old/sage-1.0.tar.gz/%|%Sage%|% is a profiling tool for Tcl/Tk programs. It can collect and report data pertaining to where time is spent in your programs. * [DKF]: That link is dead. I've recovered the file out of the Internet Archive and put a copy https://drive.google.com/open?id=0B5nadoJDv8CNbTJmVzFGa2Y4ak0%|%here%|% as a temporary measure, but I don't plan to be involved long-term. I have put it up on https://github.com/dkfellows/sage%|%github%|% as well. ----- http://www.paradyn.org/index.html%|%Paradyn is a performance measurement tool for parallel and distributed programs. Paradyn uses several novel technologies so that it scales to long running programs (hours or days) and large (thousand node) systems, and automates much of the search for performance bottlenecks. It can provide precise performance data down to the procedure and statement level. Paradyn uses Tcl/Tk for scripting and GUI. [http://www.paradyn.org/img/paradyn-histVisi.jpg] [http://www.paradyn.org/img/paradyn-perfCons.jpg] <> Package | Performance