What's the current state of the art for Tcl profiling in AOLserver? The various possible profiling tools I've heard of are:
The Tcllib profiler, nsprofile (in aolserver), nsprofile (in acs-misc), TclX, and Eric Lorenzo's unreleased AOLserver profiler module. Each of those are at least mentioned in this OpenACS BBoard thread: http://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=0004sq I tried and couldn't get Tcllib to work in any fashion usefull to me with AOLserver. The rest I haven't tried yet. I've done the obvious ad-hoc instrumentation of my own Tcl code using ns_time and the like, but it's just not good enough, so rather than continuing down that path I'd like to find a good profiler that I can depend on. (It seems unlikely that I should need to write my own! And the per-command profiling of Tcllib would meet my needs, if I could actually get it to work.) What do folks here use for profiling your Tcl code in AOLserver? Have you tried any of the above profiler modules, and do you have any feedback or advice? Thanks! -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com
