C# 클래스 Profiler, filezoo

상속: UnrealBuildTool.ModuleRules
파일 보기 프로젝트 열기: kig/filezoo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GlobalPrintProfile bool
MinTime double
Prefix string
PrintProfile Print,
TotalElapsed double
Watch Stopwatch,

공개 메소드들

메소드 설명
Profiler ( ) : System
Profiler ( string prefix ) : System
Profiler ( string prefix, double minTime ) : System
Reset ( ) : void
Restart ( ) : void
Start ( ) : void
Stop ( ) : void
Time ( string message ) : void
Time ( string format, object o1 ) : void
Time ( string format, object o1, object o2 ) : void
Total ( string message ) : void
Total ( string format, object o1 ) : void
Total ( string format, object o1, object o2 ) : void

비공개 메소드들

메소드 설명
PrintTime ( string message, double elapsedMilliseconds, string prefix ) : void

메소드 상세

Profiler() 공개 메소드

public Profiler ( ) : System
리턴 System

Profiler() 공개 메소드

public Profiler ( string prefix ) : System
prefix string
리턴 System

Profiler() 공개 메소드

public Profiler ( string prefix, double minTime ) : System
prefix string
minTime double
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Time() 공개 메소드

public Time ( string message ) : void
message string
리턴 void

Time() 공개 메소드

public Time ( string format, object o1 ) : void
format string
o1 object
리턴 void

Time() 공개 메소드

public Time ( string format, object o1, object o2 ) : void
format string
o1 object
o2 object
리턴 void

Total() 공개 메소드

public Total ( string message ) : void
message string
리턴 void

Total() 공개 메소드

public Total ( string format, object o1 ) : void
format string
o1 object
리턴 void

Total() 공개 메소드

public Total ( string format, object o1, object o2 ) : void
format string
o1 object
o2 object
리턴 void

프로퍼티 상세

GlobalPrintProfile 공개적으로 정적으로 프로퍼티

public static bool GlobalPrintProfile
리턴 bool

MinTime 공개적으로 프로퍼티

public double MinTime
리턴 double

Prefix 공개적으로 프로퍼티

public string Prefix
리턴 string

PrintProfile 공개적으로 프로퍼티

public Print, PrintProfile
리턴 Print,

TotalElapsed 공개적으로 프로퍼티

public double TotalElapsed
리턴 double

Watch 공개적으로 프로퍼티

public Stopwatch, Watch
리턴 Stopwatch,