From 37fd11252cbbeb661f0079d469d8d2ee3649c733 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sat, 19 May 2018 00:57:43 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f7c4c..c955684 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Pretty basic profiling tool for JVM's # Highlights: * Meant for development time (after process stops, data is gone). * Minimal memory footprint (agent < 1 mb). -* Minimalistic web interface. +* Easy setup (2 commandline arguments for java process) +* Minimalistic web interface (using nanohttpd and d3.js). * Execution time is measured in nanoseconds * No manual instrumentation necessary using loadtime bytecode manipulation (javassist). * No special jdbc configuration necessary (ie no wrapped jdbc driver).