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

add config file #51

Open
benfred opened this issue Sep 28, 2018 · 1 comment
Open

add config file #51

benfred opened this issue Sep 28, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@benfred
Copy link
Owner

benfred commented Sep 28, 2018

It would be pretty great to have a persistent config file, with the main initial use case being the ability to exclude certain functions (mark them as idle for the purposes of sampling).

@benfred benfred added the enhancement New feature or request label Sep 28, 2018
@earonesty
Copy link

earonesty commented May 13, 2022

yeah, this is a pretty serious/annoying thing when profiling programs that use lots of threads, queues, and ipc calls. you wind up with 99% of your time in poll() select() and other blocking calls that are intentionally idle

this helped for some stuff, but not all. 3ef940a

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

No branches or pull requests

2 participants