Hey, does anyone tried to profile K/N using some i...
# kotlin-native
o
Hey, does anyone tried to profile K/N using some interactive tool like IDEA async profiler for JVM? So I need, not to benchmark, but find places, which are consuming CPU. I know, CLion has profiler, may be it's possible to somehow attach it to executable produce by K/N compiler?
e
You can use any native profiler available on your OS. Standard ones: on Mac - profiler inside Instruments, perf - for Linux, etc. You can choose any native profiler you like.