This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hagen
Recipients hagen
Date 2011-09-09.22:37:21
SpamBayes Score 7.511787e-06
Marked as misclassified No
Message-id <1315607842.02.0.28762981022.issue12953@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that some function calls don't get reported by profile/cProfile. For example, 'len' works fine, but calls to 'range' or functions in 'itertools' don't show up. Is this a known limitation?

I remember that there was a bug in profiling C-functions with keyword arguments (issue5330, fixed), but I don't have the time right now to investigate whether this is related.
History
Date User Action Args
2011-09-09 22:37:22hagensetrecipients: + hagen
2011-09-09 22:37:22hagensetmessageid: <1315607842.02.0.28762981022.issue12953@psf.upfronthosting.co.za>
2011-09-09 22:37:21hagenlinkissue12953 messages
2011-09-09 22:37:21hagencreate