-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Default native reports to CSV #20733
Comments
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Mar 11, 2022
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Mar 11, 2022
@zakkak Assigned this to you since you've worked on it. |
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Mar 16, 2022
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Mar 16, 2022
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 5, 2022
Fixes quarkusio#20733 (cherry picked from commit 4db18bc)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 5, 2022
Fixes quarkusio#20733 (cherry picked from commit 4db18bc)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When implemented, integrate oracle/graal#3843 into Quarkus.
When a user sets
-Dquarkus.native.enable-reports
, Quarkus should instruct GraalVM to produce CSV call trees by default.Quarkus should not offer a specific property for switching to a text format call tree. The user can always pass in
-Dquarkus.native.additional-build-args=+-H:+PrintAnalysisCallTreeType=text
if they really want the text format.FYI @zakkak @Sanne
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: