readme

来自「机器人开源项目orocos的源代码」· 代码 · 共 19 行

TXT
19
字号
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 + =
减小字号Ctrl + -
显示快捷键?