Method | Description | |
---|---|---|
CPUPercenageGauge ( string name, ICounterValue value ) : System |
Initializes a new instance of the CPUPercenageGauge class.
|
|
GetValueAndReset ( ) : double |
Returns the percentage of the CPU process utilization time with respect to the total duration.
|
public CPUPercenageGauge ( string name, ICounterValue value ) : System | ||
name | string | Name of the SumUpCountersGauge. |
value | ICounterValue | Gauges to sum. |
return | System |