📄 readme
字号:
Test phase==========* Only the percentage of the "*.cxx" files coverage is taken into account* The countless .gcov for headers are ignored for html output (but generated) Since a lot of code is in headers (templates) a lot of files are ignored* gcov does not handle well template code: tags it as 'not executable' in .gcov listings.* gcov overwrites existing .gcov files, need to use the -l flag to avoid that, which prefixes the .gcov file with the source file calling it, but even then, DataSource.hpp occurs twice in Orocos.* gcov does not generate data for .o files like PropertyBase.o in GCC 4.0. if the .o file contains no code, then the .hpp.gcov file contains the relevant source listing.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -