<@U0CG5M9T4> Indeed, the JProfiler plugin has expl...
# intellij
i
@rogeralsing Indeed, the JProfiler plugin has explicit support for Kotlin. Most of the "support" is related to matching profiled class and method names to actual source code locations. This is quite important for the call graph that adds icons for incoming and outgoing calls to the gutter of editor windows. You can see some screenshots of the call graph in IDEA with Kotlin source code towards the end of this page: https://www.ej-technologies.com/products/jprofiler/whatsnew10.html
👍 1