Hi! Dummy question here: How do I profile the iOS ...
# ios
b
Hi! Dummy question here: How do I profile the iOS target of a KMP library? We have a performance issue on iOS only and Profiling in IDEA simply fails.
k
try this

https://www.youtube.com/watch?v=FWVi4aV36d8&t=2273s

b
Thanks, but that shows how to profile an App, not a library. If this is the only way to go, also fine. I was just hoping for a more controlled, isolated setuo
d
This resource may also be useful
b
Same difference
d
Notably, Garbage Collection can be temporarily disabled as a diagnostic step to first see if that's what's causing your performance issues; there are some other options to tune it besides.
👍 1