feat: add basic information on profiling python code#322
feat: add basic information on profiling python code#322bhearsum merged 1 commit intomozilla-releng:mainfrom
Conversation
|
@Eijebong - flagging you mainly so you can follow-up with the TODO section. |
ahal
left a comment
There was a problem hiding this comment.
Thanks for adding this!
I have this alias setup:
alias py-samply="PYTHONPERFSUPPORT=1 samply record --include-args"
So you can just do py-samply ./mach taskgraph tasks
|
To enable python frame pointers you can use this (Samply) : Also I think we should add the samply only works with python frame pointers on linux currently. I can also add this in a subsequent patch |
|
I think both of these could be good additions -- you can both submit follow-ups :) |
No description provided.