We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e986cca + 446a877 commit c0ebc17Copy full SHA for c0ebc17
csharp/extractor/Semmle.Extraction.CSharp.Standalone/Extractor.cs
@@ -170,7 +170,8 @@ public static ExitCode Run(Options options)
170
fileLogger.LogError($" Unhandled exception: {ex}");
171
}
172
173
- logger.Log(Severity.Info, $"Extraction completed in {overallStopwatch.Elapsed}");
+ logger.Log(Severity.Info, $"Extraction completed in {analyzerStopwatch.Elapsed}");
174
+ logger.Log(Severity.Info, $"Total time: {overallStopwatch.Elapsed}");
175
176
return ExitCode.Ok;
177
0 commit comments