C# Class Simplify.Web.Core.StopwatchProvider

Provides stopwatch provider
Inheritance: IStopwatchProvider
Show file Open project: i4004/Simplify.Web

Public Methods

Method Description
StartMeasurement ( ) : void

Starts the measurement.

StopAndGetMeasurement ( ) : System.TimeSpan

Stops the and get measurement.

Method Details

StartMeasurement() public method

Starts the measurement.
public StartMeasurement ( ) : void
return void

StopAndGetMeasurement() public method

Stops the and get measurement.
public StopAndGetMeasurement ( ) : System.TimeSpan
return System.TimeSpan