SPCPUCycleCounter members
This monitor is used to track the CPU cycles.
The SPCPUCycleCounter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPCPUCycleCounter() | ||
SPCPUCycleCounter(Int64) |
Top
Properties
Name | Description | |
---|---|---|
Description | The description of the counter | |
Name | The name of the counter | |
Namespace | ||
NameValuePairs | ||
Value | The value of the counter. Represent the CPU cycles. | |
ValueInMS | The value of the counter. Represent the CPU time in milliseconds | |
ValueIsExcessive | The value indicates if the cycles exceeds the threshold |
Top
Methods
Name | Description | |
---|---|---|
CyclesFromMilliseconds | ||
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IncrementCycles | ||
MemberwiseClone | (Inherited from Object.) | |
MillisecondsFromCycles | ||
RenderValueForWeb | ||
ToString | (Inherited from Object.) |
Top