Update README.md

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

View file

@ -6,4 +6,4 @@ Pretty basic profiling tool for JVM's
* telnet interface to report executed methods: * telnet interface to report executed methods:
<br/> * #invocations <br/> * #invocations
<br/> * total execution time for the method in nanoseconds <br/> * total execution time for the method in nanoseconds
<br/> * average time in nanoseconds per method (= total/#invocatons) <br/> * average time in nanoseconds per method (= total/#invocations)