Profiling iterators?

Derek Chen-Becker dwb2 at speakeasy.net
Mon Apr 5 13:13:54 EDT 2004


Hi,
     I'm using Python 2.2 and a library that makes heavy use of 
iterators. I'm in the process of cleaning up/optimizing some of the code 
and I tried profiling it, but the profiler seems to completely ignore 
iterator calls, and even routines called by the iterator calls. Have I 
done something wrong, or is this a limitation of the profiler?

Thanks,

Derek



More information about the Python-list mailing list