C# Class Knot3.ExtremeTests.Benchmark

Afficher le fichier Open project: knot3/knot3-code

Méthodes publiques

Méthode Description
PrintTimeStatistics ( TimeStatistics timeStatistics, string description ) : void
PrintTimerProperties ( ) : void
StopTime ( System.Action action, int numberOfPasses, TimeStatistics timeStatistics ) : TimeStatistics
setUp ( ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

PrintTimeStatistics() public static méthode

public static PrintTimeStatistics ( TimeStatistics timeStatistics, string description ) : void
timeStatistics TimeStatistics
description string
Résultat void

PrintTimerProperties() public static méthode

public static PrintTimerProperties ( ) : void
Résultat void

StopTime() public static méthode

public static StopTime ( System.Action action, int numberOfPasses, TimeStatistics timeStatistics ) : TimeStatistics
action System.Action
numberOfPasses int
timeStatistics TimeStatistics
Résultat TimeStatistics

setUp() public static méthode

public static setUp ( ) : void
Résultat void