类 BenchmarkHandler


  • public class BenchmarkHandler
    extends java.lang.Object
    Created by Primoz on 11. 07. 2016.
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static void benchmarkChar​(java.io.File inputFile, java.io.File outFile, int[] size, float[] voxSize, char isoValue, int nThreadsMin, int nThreadsMax, int iterations)  
      static void benchmarkDouble​(java.io.File inputFile, java.io.File outFile, int[] size, float[] voxSize, double isoValue, int nThreadsMin, int nThreadsMax, int iterations)  
      static void benchmarkFloat​(java.io.File inputFile, java.io.File outFile, int[] size, float[] voxSize, float isoValue, int nThreadsMin, int nThreadsMax, int iterations)  
      static void benchmarkInt​(java.io.File inputFile, java.io.File outFile, int[] size, float[] voxSize, int isoValue, int nThreadsMin, int nThreadsMax, int iterations)  
      static void benchmarkShort​(java.io.File inputFile, java.io.File outFile, int[] size, float[] voxSize, short isoValue, int nThreadsMin, int nThreadsMax, int iterations)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • BenchmarkHandler

        public BenchmarkHandler()
    • 方法详细资料

      • benchmarkChar

        public static void benchmarkChar​(java.io.File inputFile,
                                         java.io.File outFile,
                                         int[] size,
                                         float[] voxSize,
                                         char isoValue,
                                         int nThreadsMin,
                                         int nThreadsMax,
                                         int iterations)
      • benchmarkShort

        public static void benchmarkShort​(java.io.File inputFile,
                                          java.io.File outFile,
                                          int[] size,
                                          float[] voxSize,
                                          short isoValue,
                                          int nThreadsMin,
                                          int nThreadsMax,
                                          int iterations)
      • benchmarkInt

        public static void benchmarkInt​(java.io.File inputFile,
                                        java.io.File outFile,
                                        int[] size,
                                        float[] voxSize,
                                        int isoValue,
                                        int nThreadsMin,
                                        int nThreadsMax,
                                        int iterations)
      • benchmarkFloat

        public static void benchmarkFloat​(java.io.File inputFile,
                                          java.io.File outFile,
                                          int[] size,
                                          float[] voxSize,
                                          float isoValue,
                                          int nThreadsMin,
                                          int nThreadsMax,
                                          int iterations)
      • benchmarkDouble

        public static void benchmarkDouble​(java.io.File inputFile,
                                           java.io.File outFile,
                                           int[] size,
                                           float[] voxSize,
                                           double isoValue,
                                           int nThreadsMin,
                                           int nThreadsMax,
                                           int iterations)