1 write to _CPUUsageLastReported
System.Web (1)
Management\AppDomainResourcePerfCounters.cs (1)
124
_CPUUsageLastReported
= Math.Min(100, Math.Max(0, cpuPercent)); // Make sure it's within 0 and 100
1 reference to _CPUUsageLastReported
System.Web (1)
Management\AppDomainResourcePerfCounters.cs (1)
125
PerfCounters.SetCounter(AppPerfCounter.APP_CPU_USED,
_CPUUsageLastReported
);