A simple class to measure the time it takes to perform an operation.
Static
Private
Readonly
Begin measuring the time it takes to perform an operation.
The name of the operation.
If another operation is already being measured, the measurement will be ended.
End measuring the time it takes to perform an operation and log the result.
If no operation is being measured, this method will do nothing.
A simple class to measure the time it takes to perform an operation.