Package cern.colt.matrix.bench
Class BenchmarkKernel
- java.lang.Object
-
- cern.colt.matrix.bench.BenchmarkKernel
-
class BenchmarkKernel extends java.lang.ObjectNot yet documented.- Version:
- 1.0, 10-Nov-99
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBenchmarkKernel()Benchmark constructor comment.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static floatrun(double minSeconds, TimerProcedure procedure)Executes procedure repeatadly until more than minSeconds have elapsed.static java.lang.StringsystemInfo()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.)
-
-