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