Class BenchmarkKernel


  • class BenchmarkKernel
    extends java.lang.Object
    Not yet documented.
    Version:
    1.0, 10-Nov-99
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BenchmarkKernel()
      Benchmark constructor comment.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static float run​(double minSeconds, TimerProcedure procedure)
      Executes procedure repeatadly until more than minSeconds have elapsed.
      static java.lang.String systemInfo()
      Returns a String with the system's properties (vendor, version, operating system, etc.)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BenchmarkKernel

        protected BenchmarkKernel()
        Benchmark constructor comment.
    • Method Detail

      • run

        public static float run​(double minSeconds,
                                TimerProcedure procedure)
        Executes procedure repeatadly until more than minSeconds have elapsed.
      • systemInfo

        public static java.lang.String systemInfo()
        Returns a String with the system's properties (vendor, version, operating system, etc.)