Uses of Interface
cern.colt.matrix.bench.TimerProcedure
-
Packages that use TimerProcedure Package Description cern.colt.matrix.bench Matrix benchmarks. -
-
Uses of TimerProcedure in cern.colt.matrix.bench
Classes in cern.colt.matrix.bench that implement TimerProcedure Modifier and Type Class Description (package private) class
Double2DProcedure
Methods in cern.colt.matrix.bench with parameters of type TimerProcedure Modifier and Type Method Description static float
BenchmarkKernel. run(double minSeconds, TimerProcedure procedure)
Executes procedure repeatadly until more than minSeconds have elapsed.
-