Is there a way to profile K/N libs/apps? I'd like ...
# kotlin-native
e
Is there a way to profile K/N libs/apps? I'd like to understand where the performance bottlenecks are.
s
You can profile the JVM part with regular profilers like IDEA profiler and YourKit Java.
If it’s mostly common code and the problems lie there.