Does anyone know of a good way to profile compose rendering performance to find components causing issues? Ideally this would include a flame graph of each component that was recomposed and how long it took (very similar to react dev tools).
👀 1
b
Brian G
11/21/2021, 12:05 PM
Since they are function calls, perhaps they would show up in the normal JVM profiler / flame chart?