Update README.md

This commit is contained in:
Sander Hautvast 2018-05-17 15:53:03 +02:00 committed by GitHub
parent 7422cc6087
commit 0b72492106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Pretty basic profiling tool for JVM's Pretty basic profiling tool for JVM's
# Highlights: # Highlights:
* Provides method and SQL statement execution time. * Provides method and SQL statement execution time. (Somehow it gives me more info than Java Mission Control)
* Meant for development time (after process stops, data is gone). * Meant for development time (after process stops, data is gone).
* Minimalistic commandline interface (ssh). * 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). * Execution time is measured in nanoseconds, reported in milliseconds (this way the totals and averages are most precise, but also human readable).