Cyclops 0.9.4
Neil Schemenauer
nascheme at ucalgary.ca
Tue Jul 20 00:56:38 EDT 1999
More information about the Python-list mailing list
Tue Jul 20 00:56:38 EDT 1999
- Previous message (by thread): Cyclops 0.9.4
- Next message (by thread): Cyclops 0.9.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters <tim_one at email.msn.com> wrote: >Cyclops.py implements a CycleTracker class that provides major help in >finding and analyzing runtime cycles in Python programs. Cool. How about a feature that displays only cycles created since a marking function was called. I think this would be most useful in programs that leak memory. You don't care if cycles exist, you just don't want them to be continually created. The way I see this working is you start up something like IDLE, do some stuff, call the marking function, do more stuff, call cycle showing function. Anyhow, thanks for this tool. Neil
- Previous message (by thread): Cyclops 0.9.4
- Next message (by thread): Cyclops 0.9.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list