From d7fbac2c05be380d079be81272e517f176a01224 Mon Sep 17 00:00:00 2001 From: Chris Newland Date: Tue, 10 Jan 2017 21:40:09 +0000 Subject: [PATCH] Added JITWatch to Performance analysis section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c0ec7..cb2c39a 100644 --- a/README.md +++ b/README.md @@ -637,6 +637,7 @@ A curated list of awesome Java frameworks, libraries and software. * [GCeasy ![c]](http://gceasy.io) - Tool to analyze and visualize GC logs. It provides a free cloud-based upload interface. * [honest-profiler](https://github.com/RichardWarburton/honest-profiler) - An low-overhead, bias-free sampling profiler. * [jHiccup](https://github.com/giltene/jHiccup) - Logs and records platform JVM stalls. +* [JITWatch](https://github.com/AdoptOpenJDK/jitwatch) - Analyze the JIT compiler optimisations made by the HotSpot JVM. * [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 targeting the JVM. * [JProfiler ![c]](https://www.ej-technologies.com/products/jprofiler/overview.html) - Profiler. * [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting.