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