C# Class QueemSpeedBenchmark.BenchmarkProvider

Afficher le fichier Open project: Ribtoks/Queem Class Usage Examples

Protected Properties

Свойство Type Description
benchmarks List

Méthodes publiques

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

Méthodes protégées

Méthode Description
ReadBenchmarks ( string directoryPath ) : void

Method Details

BenchmarkProvider() public méthode

public BenchmarkProvider ( string directoryPath ) : System
directoryPath string
Résultat System

ReadBenchmarks() protected méthode

protected ReadBenchmarks ( string directoryPath ) : void
directoryPath string
Résultat void

RunBenchmarks() public méthode

public RunBenchmarks ( int maxdepth, bool verbose ) : void
maxdepth int
verbose bool
Résultat void

SaveResultsToFile() public méthode

public SaveResultsToFile ( string filePath ) : void
filePath string
Résultat void

Property Details

benchmarks protected_oe property

protected List benchmarks
Résultat List