4 instantiations of PerformanceMeasurement
dotnet (1)
Program.cs (1)
130
using (new
PerformanceMeasurement
(performanceData, "Parse Time"))
Microsoft.DotNet.Configurer (3)
DotnetFirstTimeUseConfigurer.cs (3)
47
using (new
PerformanceMeasurement
(_performanceMeasurements, "AddPackageExecutablePath Time"))
58
using (new
PerformanceMeasurement
(_performanceMeasurements, "FirstTimeUseNotice Time"))
82
using (new
PerformanceMeasurement
(_performanceMeasurements, "GenerateAspNetCertificate Time"))