C# Class PerfBenchmark.ParallelForBenchmark

Datei anzeigen Open project: geofftnz/TestBench1 Class Usage Examples

Public Methods

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

Private Methods

Method Description
InitData ( ) : void

Method Details

Compare() public method

public Compare ( string name, int runs, Action a ) : void
name string
runs int
a Action
return void

ParallelForBenchmark() public method

public ParallelForBenchmark ( int w, int h ) : System
w int
h int
return System

Run() public method

public Run ( int runs ) : void
runs int
return void

Verify() public method

public Verify ( ) : void
return void