-
Error invoking gcov: /home/ssingasa/app/src/helloworld.c.gcno:version 'B23*', prefer 'B14*'
gcc --version
gcc (GCC) 12.3.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software…
-
Build with GCOV
-
Hi,
I've been profiling QEMU and would like to use autofdo to generate a gcov file to test some PGO scenarios. I'm currently in Ubuntu Noble 24.04 with autofdo 0.19-3 installed, and after generati…
-
see workflow run: https://github.com/rdf4cpp/rdf4cpp/actions/runs/8136991654/job/22234386121?pr=247
The log mentions a related issue in gcov and suggests a workaround:
> (WARNING) Exception duri…
-
### What's the problem this feature will solve?
I have a Python package with a Pybind11 extension and I'd like to create coverage reports for both the Python and the C++ code. I can do this by doing…
-
We are using spdlog in our code and generating coverage reports for our .cpp files. It appears that gcov is reporting some lines as partially covered:
Line 1: SPDLOG_INFO( "{} Config {}", std::stri…
-
**Describe the bug**
Gprof and Gcov profilers don't work for cmake4eclipse-driven projects - see the attached screenshots.
**To Reproduce**
Steps to reproduce the behaviour:
1. Open a cmake4ecli…
-
Hi,
I am wondering how you relate GCOV to TensorFlow or Pytorch, because I am also currently experimenting with code coverage for deep learning networks, but I can't get operator coverage (or line c…
-
Im trying to create an html report for the test coverage using gcov.
I can successfully run
1. ceedling clean
2. ceedling test:all
3. ceedling gcov:all
But ceedling utils:gcov fail with the…
-
The flags that meson adds to targets for coverage are (a) not passed to the compiler "behavioural" test methods such as [`links()`](https://mesonbuild.com/Reference-manual_returned_compiler.html#compi…
detly updated
1 month ago