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…