I'm running a python script with a few imported classes (like Tweepy and PyMongo). I'm running into performance issues (aka clogging at 100% of CPU). I'd like to know which of my Python classes are resonsible!
Is that possible?
(Detailed description of my issues here.)