Package org.jblas.benchmark
Class BenchmarkResult
- java.lang.Object
-
- org.jblas.benchmark.BenchmarkResult
-
class BenchmarkResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
duration
(package private) int
iterations
(package private) long
numOps
-
Constructor Summary
Constructors Constructor Description BenchmarkResult(long numOps, double duration, int iterations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
printResult()
-