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

Method test8M

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

Source from the content-addressed store, hash-verified

36 }
37
38 public static void test8M() {
39 long[] array = new long[8 * 1024 * 1024];
40 testRandomRead(array, 8 * 1024 * 1024);
41 }
42
43 public static void main(String[] args) {
44 new Thread(Dictionary::test16K).start();

Callers

nothing calls this directly

Calls 1

testRandomReadMethod · 0.95

Tested by

no test coverage detected