Update README.md

This commit is contained in:
Sander Hautvast 2018-04-15 11:37:56 +02:00 committed by GitHub
parent 2fe18aa4e6
commit 7d958c507f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,3 +7,4 @@ Pretty basic profiling tool for JVM's
<br/> * #invocations <br/> * #invocations
<br/> * total execution time for the method in nanoseconds (this is also the sorting order) <br/> * total execution time for the method in nanoseconds (this is also the sorting order)
<br/> * average time in nanoseconds per method (= total/#invocations) <br/> * average time in nanoseconds per method (= total/#invocations)
* The server starts on port 2048 by default. Use -Dperfix.port=... to adjust.