Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
746 stars 54 forks source link

Filter PIDs to profile #761

Closed mpozniak95 closed 1 year ago

mpozniak95 commented 1 year ago

Description

This PR:

Related Issue

https://github.com/Granulate/gprofiler/issues/605

mpozniak95 commented 1 year ago

I'll open two more issues and I'll link them to the code. It seems that flags --pid/-p doesn't work as intendent in pyperf and phpspy. Pyperf seems to ignore this parameter and phpspy is getting stuck with this flag

mpozniak95 commented 1 year ago

Two tests failed in CI/CD but I think that it isn't connected with these changes