1 instantiation of MPPerformanceCounter
Microsoft.Build (1)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
1659counter = new MPPerformanceCounter(scopeName);
12 references to MPPerformanceCounter
Microsoft.Build (12)
Logging\ParallelLogger\ParallelConsoleLogger.cs (12)
523MPPerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 663MPPerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 854MPPerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 871MPPerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 967MPPerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 983MPPerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 1184MPPerformanceCounter counter = GetPerformanceCounter(projectEvaluationStarted.ProjectFile, ref projectEvaluationPerformanceCounters); 1192MPPerformanceCounter counter = GetPerformanceCounter(projectEvaluationFinished.ProjectFile, ref projectEvaluationPerformanceCounters); 1647internal static new MPPerformanceCounter GetPerformanceCounter(string scopeName, ref Dictionary<string, PerformanceCounter> table) 1663return (MPPerformanceCounter)counter; 1699MPPerformanceCounter entryPoint = GetPerformanceCounter(projectTargetNames, ref _internalPerformanceCounters); 1723MPPerformanceCounter entryPoint = GetPerformanceCounter(projectTargetNames, ref _internalPerformanceCounters);