C# 클래스 Tp.Core.Diagnostics.Time.ProfilerStatistics

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Build ( IEnumerable timeIntervals ) : ProfilerStatistics
Calculate ( IEnumerable timeIntervals ) : IReadOnlyCollection
this ( ProfilerTarget target ) : Maybe

비공개 메소드들

메소드 설명
ProfilerStatistics ( string>.Dictionary data ) : System

메소드 상세

Build() 공개 정적인 메소드

public static Build ( IEnumerable timeIntervals ) : ProfilerStatistics
timeIntervals IEnumerable
리턴 ProfilerStatistics

Calculate() 공개 정적인 메소드

public static Calculate ( IEnumerable timeIntervals ) : IReadOnlyCollection
timeIntervals IEnumerable
리턴 IReadOnlyCollection

this() 공개 메소드

public this ( ProfilerTarget target ) : Maybe
target ProfilerTarget
리턴 Maybe