Search
Your task is to measure time performance of three different implementations of matrix multiplication and compare them:
You probably need to do the following steps:
The report should include the following parts:
java -version
Report templates: doc LaTeX
JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targetting the JVM.
https://openjdk.java.net/projects/code-tools/jmh/
There is a plenty of tutorials, e.g.: