From: Arjen M. <arj...@wl...> - 2007-04-18 12:09:27
|
Hello, I very recently updated an old application that can register which statements have been executed and how many times (see the Wiki: http://wiki.tcl.tk/8638 - the link mentioned there is no longer available). I can add this application after some cleanup to Tcllib, if there is interest. If so, would that be an application (under tclapp) or a package of sorts (tcllib proper)? What it does, roughly is: - Instrument the source code, so that it is registering what parts of the code are run - Report this information via an annotated source listing. It is not 100% accurate - it will miss certain constructs due to the way the code is analysed - but it should give a fair impression. Regards, Arjen |