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

Support --ignore-sleeping with async-profiler #467

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

SirYwell
Copy link
Contributor

We can support the --ignore-sleeping flag with async-profiler, pretty much similar to how it's done with the Java sampler.

Note that this flag doesn't make sense with allocation profiling, so it's not allowed there. Spark currently throws the UOE when combining --ignore-sleeping and --alloc. This behavior isn't changed by this PR.

@lucko lucko force-pushed the feature/async-ignoreSleeping branch from 3177b81 to 928d415 Compare November 2, 2024 15:14
@lucko
Copy link
Owner

lucko commented Nov 2, 2024

Thanks :)

@lucko lucko merged commit ddb0097 into lucko:master Nov 2, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants