Class BenchmarkUtils
java.lang.Object
cz.fidentis.analyst.gui.app.tools.opencl.BenchmarkUtils
Convenience methods for loading
MeshModel
files-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BenchmarkUtils
public BenchmarkUtils()
-
-
Method Details
-
getModel
- Parameters:
path
-- Returns:
-
getModels
- Parameters:
dir
-- Returns:
-
printGPU
public static void printGPU()Prints name of OpenCL device -
printComparison
public static void printComparison(long timeCPU, long timeGPU, int iterations) Prints benchmark results to stdout- Parameters:
timeCPU
-timeGPU
-iterations
-
-