.GCNO File
.gcno is GCC gcov profiling data
Features | Description |
---|---|
File Extension | .gcno |
Format | N/A |
Created by | Free Software Foundation |
Category | Various data |
.gcno is GCC gcov profiling data
Features | Description |
---|---|
File Extension | .gcno |
Format | N/A |
Created by | Free Software Foundation |
Category | Various data |
What's on this Page
The gcno file extension is mainly related to GCC (GNU Compiler Collection) software and used for files generated by the gcov program during profiling.
The gcno file is generated when the source file is compiled with the GCC -ftest-coverage option. It contains information to reconstruct the basic block graphs and assign source line numbers to blocks.