From 7d958c507fc2971151d54c9bd83cf95a8cf114e2 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sun, 15 Apr 2018 11:37:56 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d6d09f..ad37578 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ Pretty basic profiling tool for JVM's
* #invocations
* total execution time for the method in nanoseconds (this is also the sorting order)
* average time in nanoseconds per method (= total/#invocations) +* The server starts on port 2048 by default. Use -Dperfix.port=... to adjust.