C# Class PerfBenchmark.ParallelForBenchmark

Afficher le fichier Open project: geofftnz/TestBench1 Class Usage Examples

Méthodes publiques

Méthode Description
Compare ( string name, int runs, Action a ) : void
ParallelForBenchmark ( int w, int h ) : System
Run ( int runs ) : void
Verify ( ) : void

Private Methods

Méthode Description
InitData ( ) : void

Method Details

Compare() public méthode

public Compare ( string name, int runs, Action a ) : void
name string
runs int
a Action
Résultat void

ParallelForBenchmark() public méthode

public ParallelForBenchmark ( int w, int h ) : System
w int
h int
Résultat System

Run() public méthode

public Run ( int runs ) : void
runs int
Résultat void

Verify() public méthode

public Verify ( ) : void
Résultat void