C# 클래스 Viki.LoadRunner.Engine.Aggregators.Metrics.ErrorRatioMetric

Calculates percentage value of failed iterations (those which throw exception)
상속: IMetric
파일 보기 프로젝트 열기: Vycka/LoadRunner

Private Properties

프로퍼티 타입 설명
IMetric IMetric
IMetric void

공개 메소드들

메소드 설명
ErrorRatioMetric ( ) : System

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

비공개 메소드들

메소드 설명
IMetric ( ) : IMetric
IMetric ( IResult result ) : void

메소드 상세

ErrorRatioMetric() 공개 메소드

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