Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
.gif)