C# Class QueemSpeedBenchmark.BenchmarkProvider

Mostra file Open project: Ribtoks/Queem Class Usage Examples

Protected Properties

Property Type Description
benchmarks List

Public Methods

Method Description
BenchmarkProvider ( string directoryPath ) : System
RunBenchmarks ( int maxdepth, bool verbose ) : void
SaveResultsToFile ( string filePath ) : void

Protected Methods

Method Description
ReadBenchmarks ( string directoryPath ) : void

Method Details

BenchmarkProvider() public method

public BenchmarkProvider ( string directoryPath ) : System
directoryPath string
return System

ReadBenchmarks() protected method

protected ReadBenchmarks ( string directoryPath ) : void
directoryPath string
return void

RunBenchmarks() public method

public RunBenchmarks ( int maxdepth, bool verbose ) : void
maxdepth int
verbose bool
return void

SaveResultsToFile() public method

public SaveResultsToFile ( string filePath ) : void
filePath string
return void

Property Details

benchmarks protected_oe property

protected List benchmarks
return List