what exists for native implementation to instrumen...
# kotlin-native
j
what exists for native implementation to instrument method calls and functions?
o
you can use native platform profiling tools, such as Apple's Instruments, Kotlin/Native produces just regular platform executables
j
I'd like pointcuts -- events before and after a function fires
j
@olonho where is there more information on using this?