| |||
| Home > Analyzing Trace with the Analysis Window > Filtering information in captured trace > Filtering for specific timestamp values | |||
To filter the information down to a specified timestamp value,
or range of timestamp values, as contained in the Time/ column:unit
Select Filter on Timestamp... from the Filter menu to display the Prompt dialog box. Figure 9.13 shows an example:
Enter one of the following types of information:
Specify
a timestamp value, in the format currently used for the Time/ column,
if you want to filter the information to display only that row.unit
Specify a range of timestamp values, where RealView Debugger filters the information down to only rows within that range. The range you specify can be one of:
,
such as time_low..time_high-100..-50, where RealView Debugger displays
only those rows containing timestamp values within the range -100
to -50.
,
such as time_low..+len-100..+10, where RealView Debugger displays only
those rows containing timestamp values within the range -100 to +10.
The of 10 represents
the offset value.len
You can also use floating point values, such as -90.5.
Depending on your system solution, the Time/ column
might contain cycle numbers instead of timestamp values. In this
case, you can perform filtering using cycle numbers.unit
Click Filter.