C# Class Dynamitey.Tests.TimeIt

Mostrar archivo Open project: ekonbenefits/dynamitey Class Usage Examples

Public Methods

Method Description
Go ( int iteration = Million ) : TimeSpan>.Tuple
GoThree ( int iteration = Million, bool useThree = true ) : Tuple
RelativeSpeed ( TimeSpan>.Tuple elapsed ) : string
TimeIt ( bool skipInitializationCosts = false ) : System

Method Details

Go() public method

public Go ( int iteration = Million ) : TimeSpan>.Tuple
iteration int
return TimeSpan>.Tuple

GoThree() public method

public GoThree ( int iteration = Million, bool useThree = true ) : Tuple
iteration int
useThree bool
return Tuple

RelativeSpeed() public static method

public static RelativeSpeed ( TimeSpan>.Tuple elapsed ) : string
elapsed TimeSpan>.Tuple
return string

TimeIt() public method

public TimeIt ( bool skipInitializationCosts = false ) : System
skipInitializationCosts bool
return System