Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 02:46:57 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r345824 - projects/runtime-coverage-v2
Message-ID:  <201904030246.x332kvpk096862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030246.x332kvpk096862>