Package cern.colt.matrix.bench
Class BenchmarkKernel
- java.lang.Object
-
- cern.colt.matrix.bench.BenchmarkKernel
-
class BenchmarkKernel extends java.lang.Object
Not yet documented.- Version:
- 1.0, 10-Nov-99
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BenchmarkKernel()
Benchmark constructor comment.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static float
run(double minSeconds, TimerProcedure procedure)
Executes procedure repeatadly until more than minSeconds have elapsed.static java.lang.String
systemInfo()
Returns a String with the system's properties (vendor, version, operating system, etc.)
-
-
-
Method Detail
-
run
public static float run(double minSeconds, TimerProcedure procedure)
Executes procedure repeatadly until more than minSeconds have elapsed.
-
systemInfo
public static java.lang.String systemInfo()
Returns a String with the system's properties (vendor, version, operating system, etc.)
-
-