Class Benchmark


  • public class Benchmark
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Benchmark​(java.lang.Class c, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getDuration()  
      long stop()  
      • Methods inherited from class java.lang.Object

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

      • Benchmark

        public Benchmark​(java.lang.Class c,
                         java.lang.String message)
    • Method Detail

      • stop

        public long stop()
      • getDuration

        public long getDuration()