From 3f9ac95c9d7024fbd0ad55cff4864b8eff3cb46f Mon Sep 17 00:00:00 2001 From: Shautvast Date: Sat, 5 Aug 2023 16:59:59 +0200 Subject: [PATCH] add screencast in readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f4ea0d..6910b71 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,9 @@ cargo run outfile ``` * tested on jdk20/G1 collector -* depends on tail command, so works best on linux/unix/macos \ No newline at end of file +* depends on tail command, so works best on linux/unix/macos + +![how it looks](screencast.gif) + +[GREEN] heap size before garbage collection +[RED] heapsize after garbage collection \ No newline at end of file