Uses of Class
org.jblas.benchmark.BenchmarkResult
-
Packages that use BenchmarkResult Package Description org.jblas.benchmark Simple benchmarking tool. -
-
Uses of BenchmarkResult in org.jblas.benchmark
Methods in org.jblas.benchmark that return BenchmarkResult Modifier and Type Method Description BenchmarkResult
Benchmark. run(int size, double seconds)
BenchmarkResult
JavaDoubleMultiplicationBenchmark. run(int size, double seconds)
BenchmarkResult
JavaFloatMultiplicationBenchmark. run(int size, double seconds)
BenchmarkResult
NativeDoubleMultiplicationBenchmark. run(int size, double seconds)
BenchmarkResult
NativeFloatMultiplicationBenchmark. run(int size, double seconds)
-