Searched full:gcov (Results 1 – 9 of 9) sorted by relevance
22 *.gcov
4805 summary_info += {'gcov': get_option('b_coverage')}
16 # Runs in about 17s under KVM, 19s under TCG, 25s under GCOV
5 # - create two build dirs with --enable-gcov
22 # Tests are ~10-40s, allow for --debug/--enable-gcov overhead
1018 GCC gcov support1021 ``gcov`` is a GCC tool to analyze the testing coverage by1023 ``--enable-gcov`` option and build. Then run the tests as usual.1033 Further analysis can be conducted by running the ``gcov`` command1034 directly on the various .gcda output files. Please read the ``gcov``
595 # gcov is a GCC features596 gcov:603 CONFIGURE_ARGS: --enable-gcov
38 "b_coverage": "gcov",
40 printf "%s\n" ' --enable-gcov Enable coverage tracking.'245 --enable-gcov) printf "%s" -Db_coverage=true ;;246 --disable-gcov) printf "%s" -Db_coverage=false ;;