public class Benchmark extends Object
| Constructor and Description |
|---|
Benchmark() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main method.
|
static void |
testKamikaze(int[][] data,
int repeat,
boolean verbose)
Standard test for the Kamikaze library
|
public static void main(String[] args) throws FileNotFoundException
args - command-line argumentsFileNotFoundException - when we fail to create a new filepublic static void testKamikaze(int[][] data,
int repeat,
boolean verbose)
data - input datarepeat - how many times to repeatverbose - whether to output data on screenCopyright © 2015. All Rights Reserved.