Class OctreeBuilderBenchmark

java.lang.Object
cz.fidentis.analyst.gui.app.tools.opencl.OctreeBuilderBenchmark

public class OctreeBuilderBenchmark extends Object
Benchmark comparing the speed of GPU-based and CPU-based Octree construction.
  • Constructor Details

    • OctreeBuilderBenchmark

      public OctreeBuilderBenchmark()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Parameters:
      args -
      Throws:
      IOException
    • buildGPU

      public static long buildGPU(List<MeshFacet> facets, int iterations)
      Parameters:
      facets -
      iterations -
      Returns:
    • buildCPU

      public static long buildCPU(List<MeshFacet> facets, int iterations)
      Parameters:
      facets -
      iterations -
      Returns: