New submission from Hagen Fürstenau <ha...@zhuliguan.net>:

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.

----------
components: Library (Lib)
messages: 143813
nosy: hagen
priority: normal
severity: normal
status: open
title: Function calls missing from profiler output
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12953>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to