joerick/pyinstrument

Expand [self] entries

nonamethanks opened this issue · 1 comments

In my case I have a pretty complex application, and as you can see from the following screenshot most of the time is spent inside certain methods:
image
I assume the [self] entries are anything inside a method that does not call another method. Is there no way to expand these?

Unfortunately no, pyinstrument only knows about function calls. You might have some more luck with line_profiler.