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