From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40CC4388E80A; Thu, 28 May 2020 14:08:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40CC4388E80A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590674918; bh=64Mv8qu4ZuthVrQf+712PiFTnS/8U3++W/MyTIJ/7w0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XbbCvs7wMRf7YM4iz1jsR4rlGM/EQuZgG+4s8Hy9UooYkbPHBMEVvcyuAc3jcyPV9 G14GfAvGqCcAlmEjQJdWDE55Knk9OGeHnhjnekvYocR5abCEPIQ/+lLtLH9wSEh3EX CFKZm/eslX/RXjIs8yXkrlH+B/RlApft40YbL8tM= 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: Thu, 28 May 2020 14:08:38 +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: Thu, 28 May 2020 14:08:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95348 --- Comment #6 from Martin Li=C5=A1ka --- (In reply to qinzhao from comment #5) > (In reply to Martin Li=C5=A1ka from comment #4)>=20 > > Can you please share some statistics how big are the files and how many= runs do you merge? >=20 > There were on the order of 10,000 processes. Source code coverage=20 > approximately 20%. Size of the profiling data gathered in the vicinity = of > 1TB. Which means one run takes 100MB is size, right? As you mentioned, having 10= 00 .gcda files, it means that one takes 0.1MB? >=20 > > Would it be possible to share 'gcov-dump -l' for all your .gcda files? >=20 > It is impossible since too many .gdca files, each process has one directo= ry, > there are over 10,000 directories and under each directory, there are over > thousand .gdca files.=20 >=20 > the situation is similar as the small testing case I added in the first > comment. the functions and modules that do not execute have records in the > .gdca file with zero counts. Can you please provide dump of one directory? At least for portion of .gcda files? How is it common that an entire module is empty?=