mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Fix elapsed timings and add a test for it.
This commit is contained in:
@@ -63,6 +63,7 @@ namespace Semmle.Extraction.CSharp
|
||||
public static ExitCode Run(string[] args)
|
||||
{
|
||||
var stopwatch = new Stopwatch();
|
||||
stopwatch.Start();
|
||||
var commandLineArguments = Options.CreateWithEnvironment(args);
|
||||
var fileLogger = new FileLogger(commandLineArguments.Verbosity, GetCSharpLogPath());
|
||||
var logger = commandLineArguments.Console
|
||||
|
||||
Reference in New Issue
Block a user