Package cern.colt.map
Class Benchmark
- java.lang.Object
-
- cern.colt.map.Benchmark
-
public class Benchmark extends java.lang.ObjectBenchmarks the classes of this package.- Version:
- 1.0, 09/24/99
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBenchmark()Makes this class non instantiable, but still let's others inherit from it.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbenchmark(int runs, int size, java.lang.String kind)static voidmain(java.lang.String[] args)Tests various methods of this class.static voidtest2(int length)
-