forked from OSchip/llvm-project
342714c11c
This option tells llvm-cov to print out branch probabilities when a basic block contains multiple branches. It also prints out some function summary info including the number of times the function enters, the percent of time it returns, and how many blocks were executed. Also updated tests. llvm-svn: 197198 |
||
---|---|---|
.. | ||
README | ||
test.cpp | ||
test.gcda | ||
test.gcno | ||
test.h | ||
test_-a.cpp.gcov | ||
test_-a.h.gcov | ||
test_-a_-b.cpp.gcov | ||
test_-a_-b.h.gcov | ||
test_file_checksum_fail.gcda | ||
test_func_checksum_fail.gcda | ||
test_no_options.cpp.gcov | ||
test_no_options.h.gcov | ||
test_read_fail.gcno |
README
These inputs were pre-generated to allow for easier testing of llvm-cov. test.gcno and test.gcda were create by running clang: clang++ -g -ftest-coverage -fprofile-arcs test.cpp test.cpp.gcov was created by running gcov 4.2.1: gcov test.cpp