Granular Profiling in PyCharm
By Eric
—
—
1 minute read
PyCharm added profiler integration in version 4.5, which I thought was pretty cool. Used as documented, though, it hasn't been terribly useful. Here's a way to improve on that.
In my case, I was interested in profiling a web service -- specifically requests to a particular resource. I started up …