Renesas M16C/64 Network Card User Manual


 
R0E530640MCU00 User’s Manual 5. Debugging Functions
REJ10J1733-0100 Rev.1.00 Apr. 01, 2008
Page 162 of 229
5.11.12 Using the Sort Function
Clicking a header column in the upper area of the Code Coverage window, you can sort coverage data.
(1) Clicking the File column
The data can be sorted by file name. Lines of one and the same file are sorted by function name.
Example:
File Function C0 Coverage
--------------------------------------
file1.cpp func1 40% ■■■■
file1.cpp func2 10%
file1.cpp func3 80% ■■■■■■■■
file1.cpp func4 70% ■■■■■■■
file2.cpp func1 20% ■■
file2.cpp func2 60% ■■■■■■
file2.cpp func3 90% ■■■■■■■■■
file3.cpp func1 0%
file3.cpp func2 30% ■■■
file3.cpp func3 10%
(2) Clicking the C0 Coverage column
The data can be sorted by coverage rate.
When you click a first time, the data is sorted in order of decreasing percentage.
When you click a second time, the data is sorted in order of increasing percentage.
Example:
File Function C0 Coverage
--------------------------------------
file2.cpp func3 90% ■■■■■■■■■
file1.cpp func3 80% ■■■■■■■■
file1.cpp func4 70% ■■■■■■■
file2.cpp func2 60% ■■■■■■
file1.cpp func1 40% ■■■■
file3.cpp func2 30% ■■■
file2.cpp func1 20% ■■
file1.cpp func2 10%
file3.cpp func3 10%
file3.cpp func1 0%