Are there any tools available the can help benchmark some code in Kotlin?
I can use something similar to the approaches suggested here: http://www.ibm.com/developerworks
For benchmarking use JMH. This framework can help you write most relevant benchmark, and know a lot about how JVM works. There are old project on github, but i hope you can just update versions and you good.