profiling
I'm experienceing performance anxiety with regards to my program (a CAPI application)'s redisplay code. Near as I can tell from the LispWorks Users Manual section about the profiler, profiling occurs within the scope of the function PROFILE, which presents the results when it exits. I don;t see how this would work for profiling a redisplay callback where I'd want to aggregate results over several minutes of application use and am not running the code to be profiled from an interactive lisp listener. Anyone had experience with this?