Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 03:40:34 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r320180 - projects/runtime-coverage
Message-ID:  <201706210340.v5L3eYLF002308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jun 21 03:40:34 2017
New Revision: 320180
URL: https://svnweb.freebsd.org/changeset/base/320180

Log:
  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 r320179, head/
Directory Properties:
  projects/runtime-coverage/   (props changed)



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