MCPcopy Index your code
hub / github.com/golang/mobile / run

Method run

bind/java/SeqBench.java:32–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 benchmarks = new HashMap<String, Runnable>();
31 benchmarks.put("Empty", new Runnable() {
32 @Override public void run() {
33 }
34 });
35 benchmarks.put("Noargs", new Runnable() {
36 @Override public void run() {

Callers

nothing calls this directly

Calls 10

noargsMethod · 0.80
oneargMethod · 0.80
manyargsMethod · 0.80
oneretMethod · 0.80
stringRetShortMethod · 0.80
stringRetLongMethod · 0.80
refMethod · 0.45
stringMethod · 0.45
sliceMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected