Skip to content

Commit 91dec8f

Browse files
Update README
1 parent 976c564 commit 91dec8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import jvm_alloc_rate_meter.MeterThread;
2828
// ...
2929

3030
MeterThread t = new MeterThread((r) -> System.out.println("Rate is: " + (r / 1e6) + " MB/sec"));
31+
t.start();
3132

3233
// To stop the meter thread
3334
t.terminate();
@@ -88,4 +89,4 @@ library from Java for the details.
8889
jvm-hiccup-meter is distributed under the Eclipse Public License. See
8990
[LICENSE](LICENSE).
9091

91-
Copyright 2018 Alexander Yakushev
92+
Copyright 2018-2022 Alexander Yakushev

0 commit comments

Comments
 (0)