Is there a sampling profiler for Python?

Matei Zaharia matei.zaharia at gmail.com
Sat Jun 28 18:29:06 EDT 2008


I'm looking for a sampling profiler which I can attach to a running
Python process without modifying the source code or affecting
performance. So far I've only seen references to instrumentation-based
profilers. Is any sampling-based tool available?



More information about the Python-list mailing list