1 write to _stopwatch
NuGet.Common (1)
Telemetry\TelemetryActivity.cs (1)
54
_stopwatch
= Stopwatch.StartNew();
2 references to _stopwatch
NuGet.Common (2)
Telemetry\TelemetryActivity.cs (2)
116
_stopwatch
.Stop();
123
TelemetryEvent["Duration"] =
_stopwatch
.Elapsed.TotalSeconds;