From 480b13b9354a535cfca5cb91b0a52b646651abac Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Tue, 29 Dec 2020 18:26:29 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14008a9..2dd112c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ __Screenshot__ * copy perfix-agent-$VERSION.jar to /perfix.jar * Configure your JVM: -javaagent:/perfix.jar * Include classes for instrumentation with -Dperfix.includes=com.project. ...etc (includes subpackages) -* Head to http://localhost:2048 for reports executed methods and sql query excutions: +* Head to http://localhost:2048 for reports on executed methods and sql query excutions:
* #invocations
* total execution time for the method in nanoseconds (this is also the sorting order)
* average time in nanoseconds per method (= total/#invocations)