You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
It has a parameter called workers
Using this feature many python process PID are started.
pyflame currently doesn't support -p PID1 -p PID2 -p PID3 since that I just tested and it is not collecting the full information of a particular process.
Make sure that these boxes are checked before submitting your issue:
pyflame -v
I'm using the following python app:
It has a parameter called
workers
Using this feature many python process PID are started.
pyflame
currently doesn't support-p PID1 -p PID2 -p PID3
since that I just tested and it is not collecting the full information of a particular process.I need using a
After I just transform all output to svg using:
flamegraph.pl test_*.flame >test.svg
Now It collects the full information of the particular process.
IMHO It could be a good feature if pyflame supports multiple PID with
-p
The text was updated successfully, but these errors were encountered: