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

[android] update AOT profiles #6238

Merged
merged 1 commit into from
Apr 19, 2022
Merged

Conversation

jonathanpeppers
Copy link
Member

After these changes, I get a better startup time in the .NET Podcast app
on a Pixel 5 device:

04-19 10:57:19.586  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +832ms
04-19 10:57:21.551  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +788ms
04-19 10:57:23.512  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +781ms
04-19 10:57:25.501  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +776ms
04-19 10:57:27.482  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +781ms
04-19 10:57:29.455  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +784ms
04-19 10:57:31.448  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +792ms
04-19 10:57:33.446  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +802ms
04-19 10:57:35.418  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +788ms
04-19 10:57:37.379  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +768ms
Average(ms): 789.2
Std Err(ms): 5.56936062558152
Std Dev(ms): 17.6118646876978

After these changes, I get a better startup time in the .NET Podcast app
on a Pixel 5 device:

    04-19 10:57:19.586  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +832ms
    04-19 10:57:21.551  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +788ms
    04-19 10:57:23.512  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +781ms
    04-19 10:57:25.501  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +776ms
    04-19 10:57:27.482  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +781ms
    04-19 10:57:29.455  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +784ms
    04-19 10:57:31.448  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +792ms
    04-19 10:57:33.446  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +802ms
    04-19 10:57:35.418  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +788ms
    04-19 10:57:37.379  1820  1981 I ActivityTaskManager: Displayed com.Microsoft.NetConf2021.Maui/crc64b93ba739210fe662.MainActivity: +768ms
    Average(ms): 789.2
    Std Err(ms): 5.56936062558152
    Std Dev(ms): 17.6118646876978
Comment on lines +6639 to +6642
void System.Text.RegularExpressions.Regex:.cctor ()
void System.Text.RegularExpressions.Regex:.ctor (string,System.Globalization.CultureInfo)
void System.Text.RegularExpressions.Regex:.ctor (string)
void System.Text.RegularExpressions.Regex:Init (string,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Globalization.CultureInfo)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll file a separate issue for BlazorWebView on this. Probably not enough time to address for this release.

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PureWeen PureWeen merged commit aadfbf5 into dotnet:main Apr 19, 2022
@jonathanpeppers jonathanpeppers deleted the ProfiledAOTRC2 branch April 19, 2022 17:52
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2023
@samhouts samhouts added the fixed-in-6.0.300-rc.2 Look for this fix in 6.0.300-rc.2! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-6.0.300-rc.2 Look for this fix in 6.0.300-rc.2!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants