Hello @ddarmonAC , I apologize for the delay.
From the file you gave, I see our analyzer SonarAnalyzer.CSharp
taking 7 seconds, 15 seconds and then for three projects taking under 10 seconds.
2021-06-04T17:06:52.0677045Z Time (s) % Analyzer
2021-06-04T17:06:52.0677998Z 7.672 80 SonarAnalyzer.CSharp,
2021-06-04T17:07:11.7852250Z 15.477 79 SonarAnalyzer.CSharp
2021-06-04T17:07:15.8415108Z 1.348 66 SonarAnalyzer.CSharp
2021-06-04T17:07:36.5263022Z 7.561 80 SonarAnalyzer.CSharp
2021-06-04T17:07:56.4058452Z 7.258 80 SonarAnalyzer.CSharp
Nothing out of the ordinary here.
This file seems to have trimmed logs. The end of the logs should contain a line EXECUTION SUCCESS
and then something like Total time: 15:44.758s
.
What I would like to see in the Analyze logs is a line like 2021-05-31T14:29:41.9901834Z INFO: Sensor CSharpSecuritySensor [security] (done) | time=740392ms
, and from that point we can see if and which security rule might take longer. Or if the disk I/O takes too much time (case in which you may have the antivirus scanning the metadata files written by the analyzer on disk) - see this topic.