C# Class Epam.JDI.Core.Reporting.PerformanceStatistic

Afficher le fichier Open project: epam/JDI

Méthodes publiques

Méthode Description
AddStatistic ( double time ) : void
AddStatistic ( string actionType, double time ) : void
Average ( List collection ) : double
PrintStatistic ( ) : string

Method Details

AddStatistic() public static méthode

public static AddStatistic ( double time ) : void
time double
Résultat void

AddStatistic() public static méthode

public static AddStatistic ( string actionType, double time ) : void
actionType string
time double
Résultat void

Average() public static méthode

public static Average ( List collection ) : double
collection List
Résultat double

PrintStatistic() public static méthode

public static PrintStatistic ( ) : string
Résultat string