Is there any tooling available to see recompositon...
# compose-desktop
m
Is there any tooling available to see recompositon counts, similar to how Layout Inspector shows them for Android projects?
a
There’s an ad-hoc thing someone from Google wrote: https://www.jetpackcompose.app/snippets/RecompositionHighlighter
m
Hmm, that is nice, thank you, but it only works at a single Composable level. I wish I could attach something like that at a window-level so that it highlights all recompositions, like the overdraw visualiser in Android developer settings. In other words, this is useful to debug a particular issue I already know about, not to check an entire app for issues.