[Bug analyzer/109361] RFE: SARIF output could contain timing/profile information
dmalcolm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 31 20:45:25 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109361
David Malcolm <dmalcolm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2023-03-31
Ever confirmed|0 |1
Status|UNCONFIRMED |ASSIGNED
--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
(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=sarif-file to contain profiling or timing information.
I'm testing an implementation of this, which puts the -ftime-report data into a
property bag of the "invocation" object.
More information about the Gcc-bugs
mailing list