1 write to CallCount
Microsoft.Maui.Controls.Build.Tasks (1)
PerformanceProvider.cs (1)
42 stats.CallCount++;
2 references to CallCount
Microsoft.Maui.Controls.Build.Tasks (2)
PerformanceProvider.cs (2)
67 double avg = total / kvp.Value.CallCount; 68 yield return string.Format("{0,-80} | {1,-10} | {2,-10}ms | {3,-8}ms", key, kvp.Value.CallCount, total, avg);