56 references to PerformanceCounterType
System (19)
services\monitoring\system\diagnosticts\CounterCreationData.cs (7)
22private PerformanceCounterType counterType = PerformanceCounterType.NumberOfItems32; 35public CounterCreationData(string counterName, string counterHelp, PerformanceCounterType counterType) { 45DefaultValue(PerformanceCounterType.NumberOfItems32), 48public PerformanceCounterType CounterType { 53if (!Enum.IsDefined(typeof(PerformanceCounterType), value)) 54throw new InvalidEnumArgumentException("value", (int)value, typeof(PerformanceCounterType));
services\monitoring\system\diagnosticts\CounterSample.cs (5)
21private PerformanceCounterType counterType; 30public static CounterSample Empty = new CounterSample(0, 0, 0, 0, 0, 0, PerformanceCounterType.NumberOfItems32); 35public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType) { 49public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType, long counterTimeStamp) { 132public PerformanceCounterType CounterType {
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
220public PerformanceCounterType CounterType { 237return(PerformanceCounterType) counterType;
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
205CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32); 212CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
1587(PerformanceCounterType)this.CounterType, 1615(PerformanceCounterType)this.CounterType, 1636(PerformanceCounterType)this.CounterType,
System.Data (15)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (15)
28PerformanceCounterType.RateOfCountsPerSecond32); 33PerformanceCounterType.RateOfCountsPerSecond32); 38PerformanceCounterType.RateOfCountsPerSecond32); 43PerformanceCounterType.RateOfCountsPerSecond32); 48PerformanceCounterType.NumberOfItems32); 53PerformanceCounterType.NumberOfItems32); 58PerformanceCounterType.NumberOfItems32); 63PerformanceCounterType.NumberOfItems32); 68PerformanceCounterType.NumberOfItems32); 73PerformanceCounterType.NumberOfItems32); 78PerformanceCounterType.NumberOfItems32); 83PerformanceCounterType.NumberOfItems32); 88PerformanceCounterType.NumberOfItems32); 93PerformanceCounterType.NumberOfItems32); 99internal Counter (string categoryName, string instanceName, string counterName, PerformanceCounterType counterType) {
System.Workflow.Runtime (22)
PerformanceCounterManager.cs (22)
57PerformanceCounterType.NumberOfItems64, 64PerformanceCounterType.RateOfCountsPerSecond64, 71PerformanceCounterType.NumberOfItems64, 78PerformanceCounterType.RateOfCountsPerSecond64, 85PerformanceCounterType.NumberOfItems64, 92PerformanceCounterType.RateOfCountsPerSecond64, 99PerformanceCounterType.NumberOfItems64, 106PerformanceCounterType.RateOfCountsPerSecond64, 113PerformanceCounterType.NumberOfItems64, 121PerformanceCounterType.RateOfCountsPerSecond64, 128PerformanceCounterType.NumberOfItems64, 135PerformanceCounterType.RateOfCountsPerSecond64, 142PerformanceCounterType.NumberOfItems64, 154PerformanceCounterType.NumberOfItems64, 162PerformanceCounterType.RateOfCountsPerSecond64, 169PerformanceCounterType.NumberOfItems64, 177PerformanceCounterType.NumberOfItems64, 184PerformanceCounterType.RateOfCountsPerSecond64, 191PerformanceCounterType.NumberOfItems64, 198PerformanceCounterType.RateOfCountsPerSecond64, 421internal PerformanceCounterType CounterType; 427PerformanceCounterType counterType,