Slime > Profiling > Unprofile All does not set profile:*timed-functions* to NIL.
I'm using CMUCL 19a Linux/x86, GNU Emacs 21.3.1, and Slime cvs-updated at 2004-10-25 15:38Z.
Thanks a lot.
-cph
Chisheng Huang cph@chi-square-works.com writes:
Slime > Profiling > Unprofile All does not set profile:*timed-functions* to NIL.
Thanks for the report. Should be fixed in the CVS version.
The whole profiling stuff is currently very primitive; almost useless. Does somebody actually use it? Or could we remove it?
Helmut.
* Helmut Eller e9626484@stud3.tuwien.ac.at [2004-10-28T23:43+0200]:
The whole profiling stuff is currently very primitive; almost useless. Does somebody actually use it? Or could we remove it?
Well, (besides the bug submitter ;)) I use it. Admittedly not often, but this stems more from the fact that I usually don't need to get my code faster simply because it's not time-critical. :)
I wrote it because I didn't want to figure out how to activate profiling in different impls in each of the rare cases I need it.
If it's not used, then I'd be fine with keeping it as a local change, though.
Cheers, Michael