| |||
| Home > Analyzing Trace with the Analysis Window > Filtering information in captured trace > Filtering for specific percentages of execution time | |||
To filter the information down to a specified percentage of
execution time, as displayed in the Exec% column
of the Profile tab:
Select the Profile tab.
Select Filter on Percent Time... from the Filter menu to display the Prompt dialog box. Figure 9.18 shows an example.
Enter any of the following values:
Specify
a percent time value. For example, enter 50 if
you want to filter the information to display only the row(s) representing
the percentage-of-execution value of 50% or greater.
Specify
a range
of percent values, such as low..high50..60, where RealView
Debugger displays only those rows containing percentage-of-execution
values within the range 50% to 60%.
Specify a range,
such as low..+len40..+10, where RealView Debugger displays
only those rows containing percentage-of-execution values within
the range 40% to 50%. The of
10 represents the offset value.len
You can also use floating point values such as 40.5.
Click Filter.