Is there a sampling profiler for Python?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matei Zaharia

    Is there a sampling profiler for Python?

    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?
Working...