From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C2F1397CF05; Wed, 27 May 2020 14:22:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C2F1397CF05 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590589372; bh=p8jKYEbet8j82lQLSJlhJ1F2imQqaOya7UKZeP2aHS4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n/KebtPaRA2VTN7QTEtcs2RZz2Z82vZ1wXv1zm3j5BRV9ay2b7rfxCB0vzx53upU7 q0MQ4sB1zXBp3v0i3TZ8lb+C1QXoJqZg4bp+g3dIecAmPuYbsCuiXfjnE5AWPlz9YT 1YZtNLHlY0K8mwwxQJh/G4UldkyCZgaleBAqHYXw= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/95348] GCC records zero functions and modules in the profiling data file, ICC does NOT Date: Wed, 27 May 2020 14:22:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 14:22:52 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95348 --- Comment #4 from Martin Li=C5=A1ka --- (In reply to qinzhao from comment #3) > (In reply to Martin Li=C5=A1ka from comment #2) > > Thank you for the report. It's a known limitation Honza noticed me abou= t. > > Is the size problematic from size perspective or speed perspective? >=20 > I think both size and speed. That would be very similar to what Honza sees for Firefox. >=20 > for the full execution of our application, the GCC's profiling data is too > big to out of the disk space.=20=20 > at the same time, since we have to merge all the profiling data for > different processes, the merging process take a long time due to so many > profiling data files.=20 Can you please share some statistics how big are the files and how many run= s do you merge? Would it be possible to share 'gcov-dump -l' for all your .gcda files? You can strip the leading filename to make the data completely anonymous. >=20 > > Have you tried compressing the gcda files? > >=20 > > Anyway, I'm going to work on that this stage1. >=20 > thanks a lot. this is a high priority task for us. Sounds like good motivation for me to implement it.=