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.