8 references to GetPerformanceCounter
Microsoft.Build.Engine (8)
Logging\ParallelLogger\ParallelConsoleLogger.cs (8)
493MPPerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 549MPPerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 719MPPerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 736MPPerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 807MPPerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 823MPPerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 1519MPPerformanceCounter entryPoint = GetPerformanceCounter(projectTargetNames, ref internalPerformanceCounters); 1551MPPerformanceCounter entryPoint = GetPerformanceCounter(projectTargetNames, ref internalPerformanceCounters);