We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976c564 commit 91dec8fCopy full SHA for 91dec8f
README.md
@@ -28,6 +28,7 @@ import jvm_alloc_rate_meter.MeterThread;
28
// ...
29
30
MeterThread t = new MeterThread((r) -> System.out.println("Rate is: " + (r / 1e6) + " MB/sec"));
31
+t.start();
32
33
// To stop the meter thread
34
t.terminate();
@@ -88,4 +89,4 @@ library from Java for the details.
88
89
jvm-hiccup-meter is distributed under the Eclipse Public License. See
90
[LICENSE](LICENSE).
91
-Copyright 2018 Alexander Yakushev
92
+Copyright 2018-2022 Alexander Yakushev
0 commit comments