Add Stopwatch.GetElapsedTime (#66372)
authorStephen Toub <stoub@microsoft.com>
Wed, 9 Mar 2022 12:42:15 +0000 (07:42 -0500)
committerGitHub <noreply@github.com>
Wed, 9 Mar 2022 12:42:15 +0000 (07:42 -0500)
commitc9f7f7389e8e9a00d501aef696333b67d218baac
treeacf9be2b9ba526f0cda198f54ee8d9a26f9ca9df
parentca731545a58307870a0baebb0ee43eeea61f175f
Add Stopwatch.GetElapsedTime (#66372)
19 files changed:
src/libraries/Common/tests/Extensions/ValueStopwatchTest.cs [deleted file]
src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
src/libraries/Microsoft.Extensions.Http/src/ValueStopwatch.cs [moved from src/libraries/Common/src/Extensions/ValueStopwatch/ValueStopwatch.cs with 100% similarity]
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessWaitState.Unix.cs
src/libraries/System.Net.Http/src/System.Net.Http.csproj
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2StreamWindowManager.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3Connection.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs
src/libraries/System.Net.HttpListener/src/System/Net/Windows/WebSockets/WebSocketBase.cs
src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs
src/libraries/System.Net.NameResolution/src/System/Net/NameResolutionTelemetry.cs
src/libraries/System.Net.Ping/src/System/Net/NetworkInformation/Ping.RawSocket.cs
src/libraries/System.Net.Security/src/System.Net.Security.csproj
src/libraries/System.Net.Security/src/System/Net/Security/NetSecurityTelemetry.cs
src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Stopwatch.cs
src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.cs
src/libraries/System.Runtime/ref/System.Runtime.cs