When I show a certain screen in my application I n...
# compose-desktop
m
When I show a certain screen in my application I notice that the CPU usage goes higher than normal and goes back to normal as soon as I leave that screen. I assume there is some hidden recomposition loop somewhere. What are my best options to debug this? Any ideas?
p
Saw this recently, see if it helps https://github.com/theapache64/rebugger
m
Thanks, that looks interesting but it does not seem to be available for my desktop app. I’ll try to get my app working on Android too.