From 9c07d158e6802fbe796ff6c5fc82c0f094a41538 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sun, 15 Apr 2018 11:30: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 1cb569c..0327967 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # perfix -poor man's profiling for JVM's +Pretty basic profiling tool for JVM's * agent that instruments loaded classes: -javaagent:perfix.jar * skip instrumentation with -Dperfix.excludes=java,com,org ...etc