Gcov is an open-source code-coverage tool. To use Gcov, perform the following steps: Compile the code with the -fprofile-arcs and -ftest-coverage flags, ...
確定! 回上一頁