C# 클래스 OpenRA.Support.PerfTimer

상속: IDisposable
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetFooter string
GetHeader string
Write void

공개 메소드들

메소드 설명
Dispose ( ) : void
LogLongTick ( long startStopwatchTicks, long endStopwatchTicks, string name, object item ) : void
PerfTimer ( string name, float thresholdMs ) : System

비공개 메소드들

메소드 설명
GetFooter ( string indentation ) : string
GetHeader ( string indentation, string label ) : string
Write ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LogLongTick() 공개 정적인 메소드

public static LogLongTick ( long startStopwatchTicks, long endStopwatchTicks, string name, object item ) : void
startStopwatchTicks long
endStopwatchTicks long
name string
item object
리턴 void

PerfTimer() 공개 메소드

public PerfTimer ( string name, float thresholdMs ) : System
name string
thresholdMs float
리턴 System