C# Class Orc.Benchmarks.ListWeaverBenchmark

Afficher le fichier Open project: Orcomp/Orcomp Class Usage Examples

Méthodes publiques

Méthode Description
GetYarns ( int finalSequenceLength, int yarnLength, bool reverse ) : List>
Run ( ) : void
TimeListWeave ( int finalSequenceLength, int yarnLength, bool reverse ) : long
TimeListWeave2 ( int finalSequenceLength, bool reverse ) : long

Method Details

GetYarns() public static méthode

public static GetYarns ( int finalSequenceLength, int yarnLength, bool reverse ) : List>
finalSequenceLength int
yarnLength int
reverse bool
Résultat List>

Run() public static méthode

public static Run ( ) : void
Résultat void

TimeListWeave() public static méthode

public static TimeListWeave ( int finalSequenceLength, int yarnLength, bool reverse ) : long
finalSequenceLength int
yarnLength int
reverse bool
Résultat long

TimeListWeave2() public static méthode

public static TimeListWeave2 ( int finalSequenceLength, bool reverse ) : long
finalSequenceLength int
reverse bool
Résultat long