1 write to _timerStartedTimestamp
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\TestRunPolicy.cs (1)
94
_timerStartedTimestamp
= Stopwatch.GetTimestamp();
1 reference to _timerStartedTimestamp
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\TestRunPolicy.cs (1)
131
TimeSpan elapsed = Stopwatch.GetElapsedTime(
_timerStartedTimestamp
);