Elapsed time formats

This section shows the different time formats in which time values are presented.

  • dd hh:mm:ss.ffffffff, where:
    dd
    represents days
    hh
    represents hours
    mm
    represents minutes
    ss
    represents seconds
    ffffffff
    represents the fractions of a second up to 8 decimal places.

    For example, a time value of 1:30:25.10 represents 1 hour, 30 minutes, and 25.1 seconds.

    Some of the reports that use this format might not report days (dd) or hours (hh).

  • ssssssss.ffffffff, where:
    ssssssss
    represents seconds
    ffffffff
    represents the fractions of a second up to 8 decimal places.

The actual number of decimal places varies from one field to another.

Some time fields can be rounded. If there is insufficient space to print a time value, the time is rounded by removing decimal places as required. For elapsed times, a rounded value is printed.