Edit Compose compiler section README.

Change-Id: I19409913690df600eee80b6ca98f6ad9dd59f0a0
pull/1576/head
Jaehwa Noh 1 year ago
parent ddffc459ca
commit 3a71f267cc

@ -190,11 +190,11 @@ Then copy the resulting baseline profile from the emulator to [`app/src/main/bas
Run the following command to get and analyse compose compiler metrics:
```bash
./gradlew assembleRelease -PenableComposeCompilerMetrics=true -PenableComposeCompilerReports=true
./gradlew assembleRelease -PenableComposeCompilerReportsAndMetrics=true --rerun-tasks
```
The reports files will be added to [build/compose-reports](build/compose-reports). The metrics files will also be
added to [build/compose-metrics](build/compose-metrics).
The reports files will be added to ***build/module-name/compose-reports***. The metrics files will also be
added to ***build/module-name/compose-metrics***.
For more information on Compose compiler metrics, see [this blog post](https://medium.com/androiddevelopers/jetpack-compose-stability-explained-79c10db270c8).

Loading…
Cancel
Save