Skip to content

Commit 96c7ada

Browse files
committed
Added Compose compiler metrics generation command to README.md
1 parent c64cf13 commit 96c7ada

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ Run the following command to get and analyse compose compiler metrics:
159159
./gradlew assembleRelease -PenableComposeCompilerMetrics=true -PenableComposeCompilerReports=true
160160
```
161161

162+
The reports files will be added to build/compose-reports in each module. The metrics files will be
163+
added to build/compose-metrics in each module.
164+
162165
For more information on Compose compiler metrics, see [this blog post](https://medium.com/androiddevelopers/jetpack-compose-stability-explained-79c10db270c8).
163166

164167
# License

0 commit comments

Comments
 (0)