Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcov

Why gcc 4.1 + gcov reports 100% branch coverage and newer (4.4, 4.6, 4.8) reports 50% for "p = new class;" line?

code coverage with visual studio and gtest

gcov ignoring lines in source file

c++ testing profiling gcov gcovr

How to use gcov with Cmake

c++ cmake gcov

Function coverage is lesser even with 100% code coverage when objects created in the stack

c++ gcov lcov

CMake Gcov c++ creating wrong .gcno files

c++ cmake gcov

How do the code coverage options of GCC work?

c gcc code-coverage gcov

iPhone: Cannot get simulator to generate .gcda profiling data files

iphone profiling gcov

Finding non-instantiated templates in C++ code

CMake and lcov: gcno files not found

Libtool prefixes objects but gcov requires them without prefix

c gcc autotools libtool gcov

Is there any actively supported lcov port for windows

windows gcov lcov

C++ Using gcov and lcov problem?

c++ gcov lcov

How to do code coverage on embedded

embedded code-coverage gcov

gcov on larger projects (static libraries, ...)

How does one get the actual function names from these output

c++ gcov

How to make lcov perform faster?

c++ gcc gcov lcov

gcov and global destructors

c++ g++ gcov