Merge remote-tracking branch 'origin/integrate-metrics-and-reports' into integrate-metrics-and-reports

Change-Id: I75010fd05debf8dcdab16b062b13a56851a82bca
pull/1576/head
Jaehwa Noh 8 months ago
commit c5e8054d6e

@ -196,8 +196,7 @@ Run the following command to get and analyse compose compiler metrics:
./gradlew assembleRelease -PenableComposeCompilerReportsAndMetrics=true --rerun-tasks
```
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***.
The reports files will be added to `build/module-name/compose-reports`, and 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