12 references to PerformanceCounter
System (3)
net\System\Net\_NetworkingPerfCounters.cs (1)
272
PerformanceCounter globalCounter = new
PerformanceCounter
(categoryName, counterName,
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
106
this
(categoryName, counterName, instanceName, true) {
136
this
(categoryName, counterName, "", readOnly) {
System.Runtime.Caching (7)
System\Caching\PerfCounters.cs (7)
80
_counters[(int)PerfCounterName.Entries] = new
PerformanceCounter
(PERF_COUNTER_CATEGORY, CACHE_ENTRIES, instanceName, false);
81
_counters[(int)PerfCounterName.Hits] = new
PerformanceCounter
(PERF_COUNTER_CATEGORY, CACHE_HITS, instanceName, false);
82
_counters[(int)PerfCounterName.HitRatio] = new
PerformanceCounter
(PERF_COUNTER_CATEGORY, CACHE_HIT_RATIO, instanceName, false);
83
_counters[(int)PerfCounterName.HitRatioBase] = new
PerformanceCounter
(PERF_COUNTER_CATEGORY, CACHE_HIT_RATIO_BASE, instanceName, false);
84
_counters[(int)PerfCounterName.Misses] = new
PerformanceCounter
(PERF_COUNTER_CATEGORY, CACHE_MISSES, instanceName, false);
85
_counters[(int)PerfCounterName.Trims] = new
PerformanceCounter
(PERF_COUNTER_CATEGORY, CACHE_TRIMS, instanceName, false);
86
_counters[(int)PerfCounterName.Turnover] = new
PerformanceCounter
(PERF_COUNTER_CATEGORY, CACHE_TURNOVER, instanceName, false);
System.Workflow.Runtime (2)
PerformanceCounterManager.cs (2)
294
new
PerformanceCounter
(
303
new
PerformanceCounter
(