Python Profiling in Eclipse
- by Jordan L. Walbesser
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!