svn commit: r345824 - projects/runtime-coverage-v2
Enji Cooper
ngie at FreeBSD.org
Tue Sep 3 14:06:09 UTC 2019
Author: ngie
Date: Wed Apr 3 02:46:57 2019
New Revision: 345824
URL: https://svnweb.freebsd.org/changeset/base/345824
Log:
Restart work started as ^/projects/runtime-coverage
The intent of this project branch is as follows (using r320180's commit
message):
```
Start project branch for integrating runtime coverage instrumentation
in to the build
Runtime coverage instrumentation is typically used/useful with gcov/lcov,
and helps developers gather information about how many times lines/branches
are hit, etc in order to help them improve tests for libraries/programs.
gcov statistics are separate from gprof statistics.
```
Added:
- copied from r345823, head/
Directory Properties:
projects/runtime-coverage-v2/ (props changed)
More information about the svn-src-projects
mailing list