Do you guys have some pointers on how to profile a Compose jvm app with YourKit?
I'm not sure how to figure out the optimization opportunities for my app - a lot of the methods it's showing are related to coroutines or the compose runtime. Should I exclude these methods from the trace, since they're from the runtime? how do I link back to the app code?