-
Notifications
You must be signed in to change notification settings - Fork 533
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 recording custom AOT profiles #7722
Comments
Issue moved from dotnet/maui#10237
From @msftbot[bot] on Wednesday, September 21, 2022 6:14:59 PM We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Recording custom profiles is not yet fully supported in .NET 6 and 7. I have an experimental package to enable this at: https://github.com/jonathanpeppers/Mono.Profiler.Android We began the process of replacing
It was not ready in time for .NET 7, but we may be able to revisit in .NET 8. |
any news on this front? |
This lists the blockers: I think the main issue, is |
@jonathanpeppers but i successfully managed to record a profile using that experimental nuget just by specifying the android TF. That's exactly what the OP was missing in order for it to work. Or we shouldn't use that package anymore and wait? |
@themronion you can use the experimental package, it's what we still use for the Android and MAUI workloads: |
@jonathanpeppers Am I correct that using mibc profiles is not yet possible in MAUI .NET8 or there is any way to benefit from using them? |
The questions in using It might be something that comes in .NET 9, but the only benefit being it's "more supported" than the old Mono format. |
Issue moved from dotnet/maui#10237
From @sake402 on Wednesday, September 21, 2022 12:51:20 PM
Description
With a maui application
dotnet build -t:BuildAndStartAotProfiling
returns an errorSteps to Reproduce
Produces error
Link to public reproduction project repository
None
Version with bug
6.0.400
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 21
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: