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

Method main

test/test/proc/BasicApp.java:42–50  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

40 }
41
42 public static void main(String[] args) throws Exception {
43 while (true) {
44 long[] fib = fibUpToLongMax();
45 int randIndex = random.nextInt(fib.length);
46 if (randIndex % 31 == -1) {
47 System.out.print(fib[randIndex]);
48 }
49 }
50 }
51}

Callers

nothing calls this directly

Calls 1

fibUpToLongMaxMethod · 0.95

Tested by

no test coverage detected