Searched full:gcov (Results 1 – 19 of 19) sorted by relevance
1 SUMMARY = "A graphical front-end for gcov"4 tool gcov. It collects gcov data for multiple source files and creates \50 gcov \51 gcov-symlinks \
37 gcov gcov-symlinks \106 FILES:gcov = "${bindir}/${TARGET_PREFIX}gcov* \107 ${bindir}/${TARGET_PREFIX}gcov-tool* \109 FILES:gcov-symlinks = "${bindir}/gcov \110 ${bindir}/gcov-tool \187 ln -sf ${TARGET_PREFIX}gcov gcov188 ln -sf ${TARGET_PREFIX}gcov-tool gcov-tool
24 # Merge gcov graph from several test cases. This can be used to check53 - print 'Usage: %s <gcov graph files>' % (sys.argv[0])54 + print('Usage: %s <gcov graph files>' % (sys.argv[0]))
25 - AC_CHECK_LIB(gcov,main)27 + AC_CHECK_LIB(gcov,gcov_write_summary)
22 *.gcov
4790 summary_info += {'gcov': get_option('b_coverage')}
961 --slave /usr/bin/gcov gcov /usr/bin/gcov-15 \962 --slave /usr/bin/gcov-dump gcov-dump /usr/bin/gcov-dump-15 \963 --slave /usr/bin/gcov-tool gcov-tool /usr/bin/gcov-tool-15
16 # Runs in about 17s under KVM, 19s under TCG, 25s under GCOV
5 # - create two build dirs with --enable-gcov
166 # When running GCOV reports, the Jenkins CI script explicitly ignores any168 # `test_util_lib` library must be built here instead in order to get any 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.'247 --enable-gcov) printf "%s" -Db_coverage=true ;;248 --disable-gcov) printf "%s" -Db_coverage=false ;;
141 # error "GCOV profiling support for gcc versions below 3.4 not included"
114 # Enable gcov profiling flags for a file, directory or for all files depending
[all...]