From 138418cada9afe626af4272e86da9146bb76450b Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Thu, 17 May 2018 15:55:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a22a479..3cbab2b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Pretty basic profiling tool for JVM's * No manual instrumentation necessary using loadtime bytecode manipulation (javassist). * No special jdbc configuration necessary (ie no wrapped jdbc driver). * The agent is also the server (unlike commercial tooling). This way there is no overhead in interprocess communication. -* Minimal memory footprint (agent is 2.5 mb). +* Minimal memory footprint (agent is >only< 2.5 mb, it's still java right?). * Overhead (in method execution time) not clear yet. I wouldn't use it in production. # Usage