Class SBenchmark


  • public class SBenchmark
    extends java.lang.Object
    Helper class to easily save benchmark results.
    • Constructor Summary

      Constructors 
      Constructor Description
      SBenchmark()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addEntry​(java.lang.String name, java.lang.String description, double value)
      Add a benchmark entry.
      • Methods inherited from class java.lang.Object

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

      • SBenchmark

        public SBenchmark()
    • Method Detail

      • addEntry

        public static void addEntry​(java.lang.String name,
                                    java.lang.String description,
                                    double value)
        Add a benchmark entry.