C# Class Orc.Tests.Stopwatch

Show file Open project: Orcomp/Orcomp

Public Methods

Method Description
Reset ( ) : void
Start ( ) : void
StartNew ( ) : Stopwatch
Stop ( ) : void
Stopwatch ( ) : System

Private Methods

Method Description
GetCurrentElapsedTicks ( ) : long
GetCurrentTicks ( ) : long

Method Details

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartNew() public static method

public static StartNew ( ) : Stopwatch
return Stopwatch

Stop() public method

public Stop ( ) : void
return void

Stopwatch() public method

public Stopwatch ( ) : System
return System