Update README.md

This commit is contained in:
Sander Hautvast 2018-07-15 15:41:34 +02:00 committed by GitHub
parent 5db3f3f69c
commit cc248d21ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ Pretty basic profiling tool for JVM's
# Highlights: # Highlights:
* Meant for development time (after process stops, data is gone). * Meant for development time (after process stops, data is gone).
* Minimal memory footprint (agent < 1 mb). * Minimal memory footprint (agent ~ 1 mb).
* Easy setup (2 commandline arguments for java process) * Easy setup (2 commandline arguments for java process)
* Minimalistic web interface. * Minimalistic web interface.
* Execution time is measured in nanoseconds * Execution time is measured in nanoseconds
@ -31,4 +31,4 @@ Pretty basic profiling tool for JVM's
* extend the user interface * extend the user interface
# DISCLAIMER: # DISCLAIMER:
This has only been tested on oracle java8 in spring-boot using tomcat web-container This has only been tested on oracle java8 in spring-boot using tomcat web-container (and apache dbcp)