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)