From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 764473858D33; Fri, 31 Mar 2023 13:09:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 764473858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680268156; bh=2pcPTvFeFdVYUJw6qABXpS6W+qQ7XYs/uEZOn3VpK2M=; h=From:To:Subject:Date:From; b=HpZsEOupeflMuA+jMh81O4W1nrXIqt/Ovv1DDMr3aG2gQTiyr7erxRz7P6YNV6vlW O9ZnrffNQRth6hHQg8Q7KD8L83vOzmwnetJtpyhB8TRT0i2qjuDAbY9JLAkZc3RUGG he8LKayCPzRra50zpJz6azZTWrq7V3U20DMJfkLg= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/109361] New: RFE: SARIF output could contain timing/profile information Date: Fri, 31 Mar 2023 13:09:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 109361 Summary: RFE: SARIF output could contain timing/profile information Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- My integration tests for -fanalyzer don't yet track how long the analyzer t= akes on the real-world cases. It would be nice for the .sarif files generated by -fdiagnostics-format=3Dsarif-file to contain profiling or timing informatio= n.=