rif wrote on Wed, Oct 16, 2002 at 07:33:25PM -0400: > > (Sorry, my last message wasn't cc'd to the help list. It probably > should've been). > > > rif wrote on Wed, Oct 16, 2002 at 07:15:06PM -0400: > > > > > > Thanks so much! That did the trick. If I want to do this in the > > > middle of a session, after I've already been profiling things, I have > > > to find and recompile the CMUCL code that does profiling? > > > > No, you need to unprofile and then give the profile command again. > > > > This didn't work for me: > > * (profile:profile get-model-framedists) > Compiling LAMBDA (PROFILE::NAME PROFILE::CALLERS-P): > Compiling Top-Level Form:
Did you unprofile first? The macro above will be in the wrapper function. In any case, is there a problem with starting the profiling from scratch after redifining the cons count macro? Martin
