From 14a62d07615c61c91c9c34dd75e1a46a6f9b0413 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Thu, 17 May 2018 15:53:44 +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 910424f..a22a479 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. (Somehow it gives me more info than Java Mission Control) +* Provides method and SQL statement execution times. (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).