From 5db3f3f69ce700c7ce10d0850369e7a0e06fbda0 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sun, 15 Jul 2018 15:40:23 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 65ee22d..d7602af 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Pretty basic profiling tool for JVM's # roadmap * Overhead (in method execution time) not clear yet. I wouldn't use it in production. * 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) * extend the user interface