From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80403 invoked by alias); 28 Apr 2017 09:38:32 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 80390 invoked by uid 89); 28 Apr 2017 09:38:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=anticipated, H*f:sk:20cf5d7, H*i:sk:20cf5d7, nice! X-HELO: mail-it0-f45.google.com Received: from mail-it0-f45.google.com (HELO mail-it0-f45.google.com) (209.85.214.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Apr 2017 09:38:30 +0000 Received: by mail-it0-f45.google.com with SMTP id f187so33607224ite.1 for ; Fri, 28 Apr 2017 02:38:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=QP6jgbmLKAE1F+0108pK28R68VxyeQlY5yQ+82pKAJg=; b=B5OSHSJjvaTDVRZ9nHsAGy/RZNq+kEVT8gvSq8yX3UwoZTv00Q0dqfagvP0B3BtX0x ejNzd0i4VXrBmV6RAP6u6FeQxiuf7PJr2mv53zR/6XyzgdUr9nJXdNNe8TJg+kyXNllY uj8PWawTnsmGG42m92nvf6HVhhVKGlPMP5PPdN0dmRCjt7lruy9TMv2qxus467MixdDM PNfQs39O9xLauyp5blD0MzVBrI7LQHec4gYDOsoV35/uYAIGqdv0z8/vvu2++Hbm2+By BToOGyvEjk/fzgNMwQbCJoAT7CE12GoQ4g5UFTMSC90wN6AF9VdPfFFhzpQItks7sYHn plOA== X-Gm-Message-State: AN3rC/4iWxCkH9fYYI+qyD+237Ibbub9lelGsbWY0nQz6m65qjOPZx0I WyPQxFW2Rypv3FUoU2ZvZD+ibh/Tmg== X-Received: by 10.202.81.151 with SMTP id f145mr4258769oib.164.1493372310739; Fri, 28 Apr 2017 02:38:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.51.83 with HTTP; Fri, 28 Apr 2017 02:38:30 -0700 (PDT) In-Reply-To: <20cf5d7c-ee4f-9a83-d610-426333951804@suse.cz> References: <20cf5d7c-ee4f-9a83-d610-426333951804@suse.cz> From: Richard Biener Date: Fri, 28 Apr 2017 09:38:00 -0000 Message-ID: Subject: Re: LCOV of current GCC To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Development , Jan Hubicka , David Malcolm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00137.txt.bz2 On Fri, Apr 28, 2017 at 11:07 AM, Martin Li=C5=A1ka wrote: > Hello. > > I've been working on some patches for GCOV and lcov was of my test scenar= ios. > I'm sending link to static HTML pages made by the tool which are recorded > for GCC (w/o bootstrap) build + running test-suite on x86_64-linux-gnu. > I'm planning to set up a periodic build of that that will eventually rsync > content to a public website: > > I guess it can be interesting for instance to see which folding branches = are > not used, or which files (functionality) is basically not much tested via > the testsuite. > > https://drive.google.com/open?id=3D0B0pisUJ80pO1X0s3eEpuQ25GTG8 > > P.S. I've noticed David fixed doxygen of the project, I can rsync also th= at > to public website. Nice! Results look better than anticipated ;) Richard. > Martin