Update README.md
This commit is contained in:
parent
5db3f3f69c
commit
cc248d21ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue