SPExecutionTimeCounter Constructor
Include Protected Members
Include Inherited Members
Initializes an object that represents a monitor that tracks execution time for an operation.
Overload List
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
Remarks
This is meant to be used with the SPMonitoredScope class.