IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
At JetBrains, we believe that profiling Java and Kotlin code should be simple and accessible to all developers, regardless of their level of expertise. That’s why the IntelliJ Profiler puts ease of use and seamless integration at the forefront of its mission. In previous releases, we introduced a r…
Sometimes your app works, but you want to increase performance by boosting its throughput or reducing latency. Other times, you just want to know how your Java code behaves at runtime, determine where the hot spots are, or figure out how a framework operates under the hood. Some of these details can…
By profiling your Java application, you can discover the methods that execute in your application and for how long. Using these metrics, you can determine ways to improve the performance of your system. In this blog post, I’ll walk you through the support that IntelliJ IDEA has for profiling Java a…
Please welcome the new IntelliJ IDEA 2018.3 EAP build with all its exciting new features! Available from the website, via Toolbox App, or as a patch update from the IDE. At last, it’s here! We’ve just added support for the most voted feature in our issue tracker - yes you’ve heard right - the upc…