Class PerformanceMeasurement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.time.Duration duration  
    • Constructor Summary

      Constructors 
      Constructor Description
      PerformanceMeasurement​(java.time.Duration duration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.Duration getDuration()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • duration

        protected final java.time.Duration duration
    • Constructor Detail

      • PerformanceMeasurement

        public PerformanceMeasurement​(java.time.Duration duration)
    • Method Detail

      • getDuration

        public java.time.Duration getDuration()
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface ProperlyPrintable
        Overrides:
        toString in class java.lang.Object