Class BenchmarkKernel
java.lang.Object
cern.colt.matrix.bench.BenchmarkKernel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatrun(double minSeconds, TimerProcedure procedure) Executes procedure repeatadly until more than minSeconds have elapsed.static StringReturns 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.)
-