Skip to content

I want to know current project's Baseline profile skill #1469

Closed Answered by mlykotom
Jaehwa-Noh asked this question in Q&A
Discussion options

You must be logged in to vote

If you run xxxxBenchmarkReleaseAndroidTest tasks, the generated baseline profile files aren't automatically moved to your project and you have to do it manually into the src/main/baselineProfiles folder.
You can automate that step with the Baseline Profile Gradle Plugin and then you'd run generateBaselineProfile gradle task.
Check our documentation.

  1. I found the results baseline profiles in benchmarks/build/intermediates/managed_device_android_test_additional_output/demoBenchmarkRelease/pixel6Api33DemoBenchmarkReleaseAndroidTest/. Do I found output path correctly?

Sounds good, should be in benchmarks/build/outputs as well.

Is startup-prof.txt also merged into baseline-prof.txt as it i…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Jaehwa-Noh
Comment options

@Jaehwa-Noh
Comment options

@mlykotom
Comment options

Answer selected by Jaehwa-Noh
@Jaehwa-Noh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants