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

Add perf stat for applying styles in binary resources #6869

Merged
merged 1 commit into from Nov 20, 2021
Merged

Commits on Nov 20, 2021

  1. Add perf stat for applying styles in binary resources

    Applying styles uses Robolectric ResXMLParser, which is suspected
    of being quite slow. This occurs extensively when layouts are inflated.
    Add a perf stat to track it.
    
    PiperOrigin-RevId: 410883839
    hoisie committed Nov 20, 2021
    Copy the full SHA
    1516fa1 View commit details
    Browse the repository at this point in the history