SPExecutionTimeCounter Members
Include Protected Members
Include Inherited Members
Represents a monitor that tracks execution time for an operation.
The SPExecutionTimeCounter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPExecutionTimeCounter() | Initializes a new counter that simply measures the execution time of the scope. | |
SPExecutionTimeCounter(UInt32) | Initializes a new counter that measures the execution time of the scope and logs if the value exceeds the specified limit. |
Top
Properties
Name | Description | |
---|---|---|
Description | ||
ElapsedTime | Gets the time it took the operation to complete. | |
EndTime | ||
MaximumValue | ||
Name | ||
StartTime | ||
Value | ||
ValueIsExcessive |
Top
Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RenderValueForLog | ||
RenderValueForWeb | ||
ToString | (Inherited from Object.) |
Top