Interface IProcessingUnitRuntimeTimeMeasurement


  • public interface IProcessingUnitRuntimeTimeMeasurement
    Defines the processing unit runtime time measurement.
    • Method Detail

      • getStartTimestamp

        java.time.Instant getStartTimestamp()
        Get the start time stamp
        Returns:
        the start time stamp
      • getStopTimestamp

        java.time.Instant getStopTimestamp()
        Get the stop time stamp
        Returns:
        the stop time stamp
      • getDuration

        long getDuration()
        Get the duration in milliseconds
        Returns:
        the duration
      • getDurationAsString

        java.lang.String getDurationAsString()
        Get the formated duration
        Returns:
        the formated duration