Skip to content

[android] update AOT profile for servicing#23765

Merged
rmarinho merged 1 commit into
dotnet:mainfrom
jonathanpeppers:main-aot-profile
Jul 23, 2024
Merged

[android] update AOT profile for servicing#23765
rmarinho merged 1 commit into
dotnet:mainfrom
jonathanpeppers:main-aot-profile

Conversation

@jonathanpeppers
Copy link
Copy Markdown
Member

@jonathanpeppers jonathanpeppers commented Jul 22, 2024

Tested with .NET 8, it appears that the amount of MAUI code changes have made the AOT profile slightly out of date.

Just updating it, and testing a dotnet new maui project on a Pixel 7:

Before:
Average(ms): 444.5
Std Err(ms): 4.19324854180304
Std Dev(ms): 13.2602161872774
After:
Average(ms): 434.8
Std Err(ms): 3.77359245282264
Std Dev(ms): 11.933147112141

I also fixed some NRT warnings in the app used for recording profiles.

Tested with .NET 8, it appears that a resonable number of MAUI code
changes have made the AOT profile slightly out of date.

Just updating it, and testing a `dotnet new maui` project on a Pixel 7:

    Before:
    Average(ms): 444.5
    Std Err(ms): 4.19324854180304
    Std Dev(ms): 13.2602161872774
    After:
    Average(ms): 434.8
    Std Err(ms): 3.77359245282264
    Std Dev(ms): 11.933147112141

I also fixed some NRT warnings in the app used for recording profiles.
@jonathanpeppers jonathanpeppers added platform/android perf/general The issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf) labels Jul 22, 2024
@jonathanpeppers jonathanpeppers requested a review from a team as a code owner July 22, 2024 19:17
@rmarinho rmarinho merged commit d5eab86 into dotnet:main Jul 23, 2024
@samhouts samhouts added fixed-in-net9.0-nightly This may be available in a nightly release! fixed-in-8.0.80 and removed fixed-in-net9.0-nightly This may be available in a nightly release! labels Aug 2, 2024
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

fixed-in-8.0.80 fixed-in-net9.0-nightly This may be available in a nightly release! perf/general The issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf) platform/android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants