Skip to content

Commit

Permalink
jvm : performance tools jmh
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjacobmorris committed Dec 30, 2024
1 parent d677bcf commit 205e0c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Java/Performance and Memory/PerformanceAndMemoryTuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ Can be used to see memory growth
#### JMC - Java Mission Control

#### JFR - Java Flight Recorder

#### JMH - Java Micro benchmarking Harness

## References
* Udemy - Discover how coding choices, benchmarking, performance tuning and memory management can optimize your Java applications
* LLMs
Expand All @@ -125,4 +128,7 @@ Can be used to see memory growth
* https://www.baeldung.com/jvm-garbage-collectors
* https://www.baeldung.com/java-21-generational-z-garbage-collector
* https://stackoverflow.com/questions/71674060/java-flight-recorder-continuous-rolling-recording
* https://www.baeldung.com/java-flight-recorder-monitoring
* https://www.baeldung.com/java-flight-recorder-monitoring
* https://www.baeldung.com/java-microbenchmark-harness
* https://github.com/openjdk/jmh
* https://medium.com/@truongbui95/jmh-java-microbenchmark-harness-tests-in-java-applications-f607f00f536d

0 comments on commit 205e0c8

Please sign in to comment.