From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F06EF3840C23; Sat, 30 May 2020 07:23:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F06EF3840C23 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590823429; bh=lPSsxvC1J4V6bylQ3hwuaf0Vs5M0mriUcybi0hCkUHM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CIYkEnnRz3vYKJ035/emN48YTV4Pl32TJynDyb1wNDVS/+2tfL1yUp43hQa9iqll4 Yo5o+keD4Y+vU74AndCg+3pJvbPO6h4JruhfEP+HOh6nQcNtoM/wkyu5KnydErF1oB 0ze8mzApPRzvz7+zLYCBt/2INT+XDjDUsHkJJpnc= 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: Sat, 30 May 2020 07:23:49 +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: WAITING 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: Sat, 30 May 2020 07:23:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95348 --- Comment #16 from Martin Li=C5=A1ka --- > For our application, all processes generating profiling feedback data to a > single directory seems is not a choice.=20 Why is it problem? You need to provide reasoning for that. > We chose -fprofile-dir=3D%p and then use gcov-merge to merge them. Sure, that's possible but you pay with a lot of disk space needed. Btw. how long does it take to merge all the collected data with gcov-tool?=