6 references to GetPerformanceCounter
Microsoft.Build.Engine (6)
Logging\SerialConsoleLogger.cs (6)
265PerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 297PerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 350PerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 374PerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 421PerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 445PerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters);