C# 클래스 Epam.JDI.Core.Reporting.PerformanceStatistic

파일 보기 프로젝트 열기: epam/JDI

공개 메소드들

메소드 설명
AddStatistic ( double time ) : void
AddStatistic ( string actionType, double time ) : void
Average ( List collection ) : double
PrintStatistic ( ) : string

메소드 상세

AddStatistic() 공개 정적인 메소드

public static AddStatistic ( double time ) : void
time double
리턴 void

AddStatistic() 공개 정적인 메소드

public static AddStatistic ( string actionType, double time ) : void
actionType string
time double
리턴 void

Average() 공개 정적인 메소드

public static Average ( List collection ) : double
collection List
리턴 double

PrintStatistic() 공개 정적인 메소드

public static PrintStatistic ( ) : string
리턴 string