3 references to PerformanceCounter
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\PerformanceCounterWrapper.cs (1)
16
_counter = new
PerformanceCounter
(categoryName, counterName, instanceName, readOnly: true);
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounter.cs (2)
95
this
(categoryName, counterName, instanceName, true)
129
this
(categoryName, counterName, "", readOnly)