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

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

Private Properties

Property Type Description
IMetric IMetric
IMetric void

Public Methods

Method Description
ErrorRatioMetric ( ) : System

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

Private Methods

Method Description
IMetric ( ) : IMetric
IMetric ( IResult result ) : void

Method Details

ErrorRatioMetric() public method

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