[New-bugs-announce] [issue12953] Function calls missing from profiler output

Hagen Fürstenau report at bugs.python.org
Sat Sep 10 00:37:22 CEST 2011


New submission from Hagen Fürstenau <hagen at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12953>
_______________________________________


More information about the New-bugs-announce mailing list