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 f94186c commit 8abb13dCopy full SHA for 8abb13d
Chapter_30/exercise_30_17/Exercise_30_17.java
@@ -27,7 +27,7 @@ public static void main(String[] args) {
27
long endTime = System.currentTimeMillis();
28
System.out.println("\nParallel time with " + Runtime.getRuntime().availableProcessors() +
29
" processors is " + (endTime - startTime) + " milliseconds");
30
-
+
31
startTime = System.currentTimeMillis();
32
result = multiplyMatrix(a, b);
33
endTime = System.currentTimeMillis();
0 commit comments