Update README.md

This commit is contained in:
Sander Hautvast 2018-05-19 00:57:43 +02:00 committed by GitHub
parent 5dd91e6e30
commit 37fd11252c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,8 @@ Pretty basic profiling tool for JVM's
# Highlights:
* Meant for development time (after process stops, data is gone).
* Minimal memory footprint (agent < 1 mb).
* Minimalistic web interface.
* Easy setup (2 commandline arguments for java process)
* Minimalistic web interface (using nanohttpd and d3.js).
* Execution time is measured in nanoseconds
* No manual instrumentation necessary using loadtime bytecode manipulation (javassist).
* No special jdbc configuration necessary (ie no wrapped jdbc driver).