From 5a58ddcd10845f50f6760bd22ef954adb3eaf448 Mon Sep 17 00:00:00 2001 From: pron Date: Mon, 18 Jan 2016 15:07:40 +0200 Subject: [PATCH] Add honest-profiler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6680e74..d44df29 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,7 @@ A curated list of awesome Java frameworks, libraries and software. *Tools for performance analysis, profiling and benchmarking.* +* [honest-profiler](https://github.com/RichardWarburton/honest-profiler) - An low-overhead, bias-free sampling profiler. * [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. * [JProfiler](https://www.ej-technologies.com/products/jprofiler/overview.html) - Commercial profiler.