Log Format

Table 1. Log File Columns
Column Name Description
Millisecondoffset

The time offset since the trace was started. This is the time recorded by the computer clock, so it is not related to anything on the device running the program being traced.

Cyclecounter

The value of the cycle counter when the variable was read from the executing device.

ProgramCounter

The value of the program counter when the variable was read from the executing device.

Address

The type and address of the variable being watched.

Name

The name of the variable being watched.

Value

The value of the variable.

Note:

The log file groups the entries by name.