C# Class Viki.LoadRunner.Engine.Aggregators.Metrics.ErrorRatioMetric

Calculates percentage value of failed iterations (those which throw exception)
Inheritance: IMetric
Afficher le fichier Open project: Vycka/LoadRunner

Private Properties

Свойство Type Description
IMetric IMetric
IMetric void

Méthodes publiques

Méthode Description
ErrorRatioMetric ( ) : System

Calculates percentage value of failed iterations (those which throw exception)

Private Methods

Méthode Description
IMetric ( ) : IMetric
IMetric ( IResult result ) : void

Method Details

ErrorRatioMetric() public méthode

Calculates percentage value of failed iterations (those which throw exception)
public ErrorRatioMetric ( ) : System
Résultat System