1 instantiation of MPPerformanceCounter
Microsoft.Build (1)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
1674
counter = new
MPPerformanceCounter
(scopeName);
12 references to MPPerformanceCounter
Microsoft.Build (12)
Logging\ParallelLogger\ParallelConsoleLogger.cs (12)
523
MPPerformanceCounter
counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters);
663
MPPerformanceCounter
counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters);
853
MPPerformanceCounter
counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters);
870
MPPerformanceCounter
counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters);
966
MPPerformanceCounter
counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters);
982
MPPerformanceCounter
counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters);
1183
MPPerformanceCounter
counter = GetPerformanceCounter(projectEvaluationStarted.ProjectFile, ref projectEvaluationPerformanceCounters);
1191
MPPerformanceCounter
counter = GetPerformanceCounter(projectEvaluationFinished.ProjectFile, ref projectEvaluationPerformanceCounters);
1662
internal static new
MPPerformanceCounter
GetPerformanceCounter(string scopeName, ref Dictionary<string, PerformanceCounter> table)
1678
return (
MPPerformanceCounter
)counter;
1714
MPPerformanceCounter
entryPoint = GetPerformanceCounter(projectTargetNames, ref _internalPerformanceCounters);
1738
MPPerformanceCounter
entryPoint = GetPerformanceCounter(projectTargetNames, ref _internalPerformanceCounters);