From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 535FE3858C5E; Mon, 3 Apr 2023 15:31:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 535FE3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680535902; bh=sYuI06vLdZOYH9v1UqOLEUvIp8uMyGYetszlUM8IUeE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hZ/1all2iaiffscen7S+Cd7TbhxIeEnuWYIUPeelxj45sUJkoOFrGRVuD2GNvlIKi oThixv6pfnq+IdRDANdnPZ5Hjt3r3xvK4aB4HtV/cXkRwtJMMhdmTiWaW/SVpa6hCG 6lMsywz9lLyxetcRk0acd8wkuPESwZlcXPmZT43o= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/109361] RFE: SARIF output could contain timing/profile information Date: Mon, 03 Apr 2023 15:31:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109361 --- Comment #3 from David Malcolm --- Created attachment 54804 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54804&action=3Dedit v1 of patch for this This patch works, but it also enables the output on stderr, and I see significant differences in output with this. Hence I'm working on a v2 pat= ch that adds a separate command-line option for enabling this.=