Merge pull request #440 from cyberdak/patch-1

add JMH to Performance analysis section
This commit is contained in:
Andreas Kull
2016-11-05 09:16:37 +01:00
committed by GitHub

View File

@ -622,6 +622,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting. * [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting.
* [XRebel ![c]](http://zeroturnaround.com/software/xrebel/) - Profiler for web applications. * [XRebel ![c]](http://zeroturnaround.com/software/xrebel/) - Profiler for web applications.
* [YourKit Java Profiler ![c]](https://www.yourkit.com/features/) - Profiler. * [YourKit Java Profiler ![c]](https://www.yourkit.com/features/) - Profiler.
* [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targetting the JVM.
## Platform ## Platform