Intel i960 User Manual page 176

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

5
Example 5-3 gcov960 Sample Output
int i, j;
1 -> {
1 11 10 ->
10 ->
1 ->
Number of Blocks:
Number of Blocks Executed:
Number of Blocks Never Executed:
Percentage of Blocks in Source File that were executed:
Program database:
Program profile:
5-8
i960 Processor Compiler User's Guide
Using gcov960
The command:
gcov960 -rl -Z pdb
generates the following output:
main()
for ( i = 0; i < 10; i++ )
j += i;
return j;
}
default.pf
See the i960 Processor Software Utilities User's Guide for more
information on gcov960.
5
5
0
100.00%

Advertisement

Table of Contents
loading

Table of Contents