py-spy
py-spy copied to clipboard
Idle information on record
Is it possible to use the record command and have idle information in the output? Possibly by aggregating idle traces from active traces?
You can pass --idle to the command line arguments, and those frames won't get filtered out from the results - does this work for you?
Thank you for your reply. What I would like is that the output showed the thread state with the stacks, similar to what you get when using "py-spy dump":
Thread <tid> (idle)
...
but when using "py-spy record". Is there a setting for this?