Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to filter certain files or classes? #189

Open
Qqwy opened this issue Sep 20, 2022 · 0 comments
Open

Possibility to filter certain files or classes? #189

Qqwy opened this issue Sep 20, 2022 · 0 comments

Comments

@Qqwy
Copy link

Qqwy commented Sep 20, 2022

We'd like to use Stackprof to generate flamegraphs for the requests of some of our Rails servers.

Some servers run on Passenger, others on Puma.

In both cases, current flamegraphs show that normal execution of the code is frequently interrupted by an event loop call, such as PhusionPassenger::RequestHandler#wait_until_termination_requested.

These chop the flamegraph into many smaller pieces, making it often difficult to see the 'normal' call flow.

Stackprof already has support to hide garbage collection from its flamegraph (which results in similar 'chopping' behaviour). Might it be possible to filter Stackprof's output on certain filenames or class/method names as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant