Python tool for performance profiling [duplicate]
Asked Answered
C

1

6

Possible Duplicate:
How can you profile a Python script?

What visual tools do you know, something similar to JProfiler for Java, to analyze performance of Python applications?

Composed answered 15/12, 2010 at 17:6 Comment(2)
exact duplicate of what, exactly?Hinson
Above my question I see a section named Possible Duplicate(How can you profile a Python script? - #582836).Composed
C
3

You can use cProfile or profile to profile your code.

And if you need memory profiling, you can use guppy.

Colonize answered 15/12, 2010 at 17:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.