From 44c2a46c760e3eb5e6c09c22f2b99035fe9a70ed Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:20:09 +0200 Subject: [PATCH] jhiccup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 675b779..595324d 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Cucumber](https://github.com/cucumber/cucumber-jvm) - A BDD testing framework that supports the most popular programming languages for the JVM. * [Gatling](http://gatling.io/) - Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. +* [jHiccup](http://github.com/giltene/jHiccup) - logs and records platform JVM stalls. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. * [JMockit](http://jmockit.org/) - The Mock Anything Toolkit for Java, mocks static, final methods and more. * [JUnit](http://junit.org/) - Common testing framework.