(no title)
abuckenheimer | 5 years ago
As a quick compare and contrast between py-spy and pyinstrument it looks like py-spy has the advantage of being able to attach to an already running process which is super useful when your program is stuck and you don't know why. I haven't used pyinstrument yet but I do like the fact that it can do its flame graph in the console, sometimes I find saving down an svg file and opening up the browser a bit arduous. Excited to give it a try.
[1] https://github.com/benfred/py-spy
[2] https://jvns.ca/blog/2018/09/08/an-awesome-new-python-profil...
synparb|5 years ago
[1] https://github.com/P403n1x87/austin
eliwe|5 years ago
formerly_proven|5 years ago
gnufx|5 years ago
galacticdessert|5 years ago
I am also curious to try out the on-demand profiling integration with Flask, seems like a cool thing to have running in the background for my side projects
baq|5 years ago