8 references to GetPerformanceCounter
Microsoft.Build (8)
Logging\SerialConsoleLogger.cs (8)
264
PerformanceCounter counter =
GetPerformanceCounter
(e.ProjectFile, ref projectPerformanceCounters);
295
PerformanceCounter counter =
GetPerformanceCounter
(e.ProjectFile, ref projectPerformanceCounters);
347
PerformanceCounter counter =
GetPerformanceCounter
(e.TargetName, ref targetPerformanceCounters);
370
PerformanceCounter counter =
GetPerformanceCounter
(e.TargetName, ref targetPerformanceCounters);
431
PerformanceCounter counter =
GetPerformanceCounter
(e.TaskName, ref taskPerformanceCounters);
454
PerformanceCounter counter =
GetPerformanceCounter
(e.TaskName, ref taskPerformanceCounters);
563
PerformanceCounter counter =
GetPerformanceCounter
(projectEvaluationStarted.ProjectFile, ref projectEvaluationPerformanceCounters);
571
PerformanceCounter counter =
GetPerformanceCounter
(projectEvaluationFinished.ProjectFile, ref projectEvaluationPerformanceCounters);