Update README.md

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

View file

@ -27,7 +27,6 @@ Pretty basic profiling tool for JVM's
# roadmap # roadmap
* Overhead (in method execution time) not clear yet. I wouldn't use it in production. * Overhead (in method execution time) not clear yet. I wouldn't use it in production.
* Finish jdbc query logging (CallableStatement) * Finish jdbc query logging (CallableStatement)
* Implement an actual call stack the way commercial tools work
* Ability to dynamically turn off metrics to minimize cpu and memory overhead (when response time is below a set treshold) * Ability to dynamically turn off metrics to minimize cpu and memory overhead (when response time is below a set treshold)
* extend the user interface * extend the user interface