Python Profiling in Eclipse

Posted by Jordan L. Walbesser on Stack Overflow See other posts from Stack Overflow or by Jordan L. Walbesser
Published on 2009-03-11T22:55:47Z Indexed on 2010/04/22 22:43 UTC
Read the original article Hit count: 293

Filed under:
|
|

This questions is semi-based of this one here:

http://stackoverflow.com/questions/582336/how-can-you-profile-a-python-script

I thought that this would be a great idea to run on some of my programs. Although profiling from a batch file as explained in the aforementioned answer is possible, I think it would be even better to have this option in Eclipse. At the same time, making my entire program a function and profiling it would mean I have to alter the source code?

How can I configure eclipse such that I have the ability to run the profile command on my existing programs?

Any tips or suggestions are welcomed!

© Stack Overflow or respective owner

Related posts about python

Related posts about profiling