Package cern.colt.map

Class Benchmark

java.lang.Object
cern.colt.map.Benchmark

public class Benchmark extends Object
Benchmarks the classes of this package.
Version:
1.0, 09/24/99
  • Constructor Details

    • Benchmark

      protected Benchmark()
      Makes this class non instantiable, but still let's others inherit from it.
  • Method Details

    • benchmark

      public static void benchmark(int runs, int size, String kind)
    • main

      public static void main(String[] args)
      Tests various methods of this class.
    • test2

      public static void test2(int length)