MCPcopy Index your code
hub / github.com/ForOhForError/Yet-Another-Magic-Card-Recognizer / write

Method write

src/Benchmark.java:15–15  ·  view source on GitHub ↗
(int[] ints)

Source from the content-addressed store, hash-verified

13public class Benchmark {
14 interface IntWriter {
15 void write(int[] ints);
16 }
17
18 public static final int NUM_INTS = 1000000;

Callers 5

writeOutMethod · 0.65
timeMethod · 0.65
storeBDOMethod · 0.65
storeDOMethod · 0.65
storeFCAltMethod · 0.65

Implementers 1

Benchmarksrc/Benchmark.java

Calls

no outgoing calls

Tested by

no test coverage detected