Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. winsaravanan

    Computing c++ code coverafe using gcov

    I am trying to check gcov for code coverage analysis for a few test script before trying it out in bigger implementations. When I do a g++ -fprofile-arcs -ftest-coverage -pg testcpp.cpp .gcda files aren't getting generated as a result of which gcov testcpp.cpp is failing.Any help will be...

Part and Inventory Search

Back
Top