Update README.md
This commit is contained in:
parent
0b72492106
commit
14a62d0761
1 changed files with 1 additions and 1 deletions
|
|
@ -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. (Somehow it gives me more info than Java Mission Control)
|
* Provides method and SQL statement execution times. (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).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue