Composibles without issues are populated with composibles with issues
leffsu opened this issue · 3 comments
leffsu commented
PatilShreyas commented
@leffsu Please refer to this doc: https://github.com/androidx/androidx/blob/androidx-main/compose/compiler/design/compiler-metrics.md
They suggest that it's a good sign if the function is skippable and restartable. In your report, you can see that both these functions are skippable as well as restartable. They mention that it would be bad if Functions that are restartable but not skippable.
leffsu commented
Got it, thank you!
PatilShreyas commented
If you have any questions in future, feel free to discuss them in the discussions forum: https://github.com/PatilShreyas/compose-report-to-html/discussions
It would be helpful for other visitors as well 😃.