4 references to CallsPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (1)
69Increment((int)PerfCounters.CallsPerSecond);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
52localCounterSet.AddCounter((int)PerfCounters.CallsPerSecond, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.CallsPerSecond]); 93this.counters[(int)PerfCounters.CallsPerSecond].Increment();