MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / test16K

Method test16K

test/test/pmu/Dictionary.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public static void test16K() {
34 long[] array = new long[8 * 1024 * 1024];
35 testRandomRead(array, 16384);
36 }
37
38 public static void test8M() {
39 long[] array = new long[8 * 1024 * 1024];

Callers

nothing calls this directly

Calls 1

testRandomReadMethod · 0.95

Tested by

no test coverage detected