Class BenchmarkUtils

java.lang.Object
org.aksw.commons.util.benchmark.BenchmarkUtils

public class BenchmarkUtils extends Object
  • Constructor Details

    • BenchmarkUtils

      public BenchmarkUtils()
  • Method Details

    • opsPerSecByIterations

      public static double opsPerSecByIterations(long numIterations, Callable<?> action)
    • opsPerSecByTimeLimit

      public static double opsPerSecByTimeLimit(Callable<?> action)