From 0b724921062ca585ea06b29b78362a53175e5b99 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Thu, 17 May 2018 15:53:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5d8c97..910424f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pretty basic profiling tool for JVM's # Highlights: -* Provides method and SQL statement execution time. +* Provides method and SQL statement execution time. (Somehow it gives me more info than Java Mission Control) * Meant for development time (after process stops, data is gone). * Minimalistic commandline interface (ssh). * Execution time is measured in nanoseconds, reported in milliseconds (this way the totals and averages are most precise, but also human readable).