Add more debug statements for timing in docker containers
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
26bf9cd7ec
commit
98466729ab
@ -42,6 +42,7 @@ namespace AdventOfCode.Models
|
|||||||
Console.WriteLine($"Elapsed ticks is {timer.ElapsedTicks.ToString()}");
|
Console.WriteLine($"Elapsed ticks is {timer.ElapsedTicks.ToString()}");
|
||||||
Console.WriteLine($"System Clock Resolution: {TimeSpan.FromTicks(Stopwatch.Frequency).TotalSeconds} seconds");
|
Console.WriteLine($"System Clock Resolution: {TimeSpan.FromTicks(Stopwatch.Frequency).TotalSeconds} seconds");
|
||||||
Console.WriteLine($"Local Time Zone: {TimeZoneInfo.Local}");
|
Console.WriteLine($"Local Time Zone: {TimeZoneInfo.Local}");
|
||||||
|
Console.WriteLine($"Current System Time: {DateTime.Now}");
|
||||||
this._response.RunTime = timer.ElapsedTicks.ToString();
|
this._response.RunTime = timer.ElapsedTicks.ToString();
|
||||||
this._response.Status = true;
|
this._response.Status = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user