Home | History | Annotate | Download | only in info

Lines Matching full:coverage

80 * Gcov::            `gcov'---a test coverage program.
636 -fstack-usage -ftest-coverage -ftime-report -fvar-tracking
2894 and is treated as an error. `-Wno-coverage-mismatch' can be used
2895 to disable the warning or `-Wno-error=coverage-mismatch' can be
4637 To verify full coverage during `-fcompare-debug' testing, set
4821 test coverage analysis (`-ftest-coverage'). Each object file's
4829 `--coverage'
4831 coverage analysis. The option is a synonym for `-fprofile-arcs'
4832 `-ftest-coverage' (when compiling) and `-lgcov' (when linking).
4836 optimization and code generation options. For test coverage
4837 analysis, use the additional `-ftest-coverage' option. You
4856 * For test coverage analysis, use `gcov' to produce human
4870 `-ftest-coverage'
4871 Produce a notes file that the `gcov' code-coverage utility (*note
4872 `gcov'--a Test Coverage Program: Gcov.) can use to show program
4873 coverage. Each source file's note file is called `AUXNAME.gcno'.
4875 AUXNAME and instructions on how to generate test coverage data.
4876 Coverage data will match the source files more closely, if you do
5482 to place unique stamps in coverage data files and the object files
7436 `-fprofile-generate', `-ftest-coverage', `-fprofile-arcs' and used
7491 coverage tool gcov. The params variable "pmu_profile_n_addresses"
8374 `tracer-dynamic-coverage'
8375 `tracer-dynamic-coverage-feedback'
8380 The `tracer-dynamic-coverage-feedback' is used only when
8401 Similarly to `tracer-dynamic-coverage' two values are
40440 10 `gcov'--a Test Coverage Program
40444 coverage in your programs.
40460 `gcov' is a test coverage program. Use it in concert with GCC to
40482 Software developers also use coverage testing in concert with
40484 Testsuites can verify that a program works as expected; a coverage
40509 with any other profiling or test coverage mechanism.
40637 current directory. These contain the coverage information of the
40675 special GCC options: `-fprofile-arcs -ftest-coverage'. This tells the
40691 $ gcc -fprofile-arcs -ftest-coverage tmp.c
40857 -ftest-coverage'. Aside from that, you can use any other GCC options;
40893 inlineable function, they will also both contain coverage counts for
40897 Unfortunately, it will not remove the coverage counters for the unused
40904 coverage of all the uses of the inline function will be shown for the
40920 the GCC `-ftest-coverage' option. It contains information to
40931 coverage files.
42576 coverage. For a particular product received by a particular user,
42809 the scope of its coverage, prohibits the exercise of, or is
44728 * coverage: Debugging Options. (line 371)
45262 * ftest-coverage: Debugging Options. (line 412)