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: Copy baseline profile during release builds #11420

Merged
merged 2 commits into from Jan 17, 2023

Conversation

t895
Copy link
Contributor

@t895 t895 commented Jan 9, 2023

I'm moving generation of the baseline profile to the buildbot and once that's complete, I created a copy task that will take the profile from the managed device and put it into the correct location before the build starts. This only occurs during a release build since creating the profile can be a long extra build step (launching a headless emulated device and waiting for a simulation to run) when you might just want to make a quick debug build.

This also removes the pre-generated baseline profile since that will quickly become out-of-date and offer less and less performance improvements as new libraries are added. I suppose we could keep it around and update it every once in a while, but I don't see it as worth doing.

@t895 t895 force-pushed the copy-profile branch 2 times, most recently from a0d7755 to b1e05c9 Compare January 15, 2023 21:17
@delroth delroth merged commit 10fd768 into dolphin-emu:master Jan 17, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants