Anyone able to give me some info on the relative performance of code running under following conditions,
- Just compiled
- Compiled with
--coverage
- Running under
kcov
Am I going to need twice a long to run my test suite if I integrated code coverage tool like gcov
or kcov
?