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

Make converter Arguments class public #859

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Make converter Arguments class public #859

merged 1 commit into from
Dec 4, 2023

Conversation

sureshg
Copy link
Contributor

@sureshg sureshg commented Dec 4, 2023

Right now now Arguments class is package-private, so is not possible to use jfr2flame(JfrReader jfr, Arguments args) programatically to create flamrgrpah (unless i copy the same class locally for non-module apps). This PR is to make this class public to make it more API friendly.

@apangin apangin merged commit 29b78f4 into async-profiler:master Dec 4, 2023
1 check passed
@apangin
Copy link
Collaborator

apangin commented Dec 4, 2023

Thanks, merged

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.

None yet

2 participants