MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / parallelSetAll

Method parallelSetAll

validating/jmh/JMH2.java:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 Arrays.setAll(la, n -> n);
39 }
40 @Benchmark
41 public void parallelSetAll() {
42 Arrays.parallelSetAll(la, n -> n);
43 }
44}

Callers 7

intArrayMethod · 0.45
longArrayMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected