PatilShreyas/compose-report-to-html

Composibles without issues are populated with composibles with issues

leffsu opened this issue · 3 comments

Greetings!

Looking at report, I see some bits which are marked as unstable (VMs, Uri, etc). But these widgets are in the "Composibles without issues".

Is this behavior correct?

image

@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.

Got it, thank you!

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 😃.