C# Class ScreenToGif.Util.Benchmark

Util to calculate the timeSpan diff between two parts of the code.
Exibir arquivo Open project: dbremner/ScreenToGif

Public Methods

Method Description
End ( ) : void
GetSeconds ( ) : double
Start ( ) : void

Method Details

End() public static method

public static End ( ) : void
return void

GetSeconds() public static method

public static GetSeconds ( ) : double
return double

Start() public static method

public static Start ( ) : void
return void