Colt 1.2.0

cern.colt.map
Class Benchmark

java.lang.Object
  extended bycern.colt.map.Benchmark

public class Benchmark
extends Object

Benchmarks the classes of this package.

Version:
1.0, 09/24/99

Method Summary
static void benchmark(int runs, int size, String kind)
           
static void main(String[] args)
          Tests various methods of this class.
static void test2(int length)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

Colt 1.2.0

Jump to the Colt Homepage