2.385 .tracetime

By using this attribute it is possible to influence the time output into the tracefile via the setup object during runtime.

Definition

  • Data type

    integer

  • Access

    get, set

  • changed event

    no

Value range

0
No times are logged in the trace file.
1

This value indicates start time mode. In this mode all start and end times are logged. The time needed for a single structure may then be calculated with the difference. In this mode only the system and user time will be considered.

The times are given in format [hh:mm:ss:uuu] at the beginning of line:

  • hh = hours
  • mm = minutes
  • ss = seconds
  • uuu = milliseconds
2

This value indicates the trace time mode. In this mode the time difference to the last logged call is given. It is thus possible to easily recognize how much time is needed for individual actions.

In this mode the time difference to the last trace output is given in the format [sss:uuu] at the beginning of line:

  • ss = seconds
  • uuu = milliseconds
3

This value specifies the real-time mode. In this case the real time is indicated for each action to be logged in the trace file.

In this mode the real time is given in format [hh:mm:ss] at the beginning of line:

  • hh = hours
  • mm = minutes
  • ss = seconds

Remark

The option -IDMtracetime <nr> additionally allows to set the trace mode via the command line.