I'm interested in speed test and performance of my application. For example how much time was spent to db query (I use squeryl ORM).
Are there any plugins for Intellij-Idea IDE?
If you are looking for plugins for Intellij-IDEA, then the YourKit profiler can be integrated into this IDE. YourKit profilers might be difficult to use to measure the exact time in a specific part of code.
You should consider using a microbenchmarking framework such as ScalaMeter for this. In this framework you write tests similar to unit tests, that can be run selectively to verify that the performance hasn't changed. It can be neatly integrated with SBT -- you can run it as a test.
Since Scala runs in JVM how about jvisualvm , although not an intellij plugin : http://docs.oracle.com/javase/6/docs/technotes/tools/share/jvisualvm.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With