Relative Content

Tag Archive for c++openmpgcovgcovr

gcov and openMP

I’m using gcov for unit testing coverage analysis in my C++ project, which includes regions parallelized using OpenMP. Upon reviewing the gcov results, I’ve noticed that the lines parallelized with OpenMP directives are excluded from the analysis. Is there a way to include these parallelized regions in the coverage analysis?