Adding flag --pid/-p to pyperf doesn't result as intended
Open
runtime/python
- Dominant language
- Python
- Stars
- 826
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
Found during work on filtering PID's (https://github.com/Granulate/gprofiler/pull/761). As stated in issue title: Adding flag --pid/-p to pyperf doesn't result as intended. Pyperf seems to ignore this flag and profile everything anyway.
For now instead of filtering PID's and profile only pid's provided by --pid pyperf profile every python process and then filter output to return only pid's provided. This needs to be changed
Contributor guide
Assessment
This issue has not been assessed yet.