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