From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 067F23858D28; Fri, 31 Mar 2023 20:45:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 067F23858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680295526; bh=eP0p6ca1JkR4a/afzvHyFH0NcjFYWimKZ+gNoPb0VZ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=teMdWq0AYUHGt/EMNkFTYSGXNHnvb3Jrn5bWkxlqgwAZ2dI2BZVCS/nqb/owKFnNH hfFurUJc4/fwfvEQSwJMTUOidC/vejv5AZ+3ZFnizyx1uay8dkIrbUp52wn2CzdWhN 8itolb+AsEM/OK56pAAgnGBpR6eVbV9y9q2cKtz0= 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: Fri, 31 Mar 2023 20:45:25 +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: cf_reconfirmed_on everconfirmed bug_status 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 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-03-31 Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #2 from David Malcolm --- (In reply to David Malcolm from comment #0) > My integration tests for -fanalyzer don't yet track how long the analyzer > takes on the real-world cases. Filed as https://github.com/davidmalcolm/gcc-analyzer-integration-tests/issues/5 > It would be nice for the .sarif files generated by > -fdiagnostics-format=3Dsarif-file to contain profiling or timing informat= ion. I'm testing an implementation of this, which puts the -ftime-report data in= to a property bag of the "invocation" object.=