C# 클래스 Category5.Profiler

파일 보기 프로젝트 열기: AnyKey/tojam4

공개 메소드들

메소드 설명
AddToDebugOutput ( string text ) : void
EndTime ( string function, bool outputToDebug ) : void
GetElapsedTime ( string function ) : long
OutputBuffer ( ) : void
StartTime ( string function ) : void

메소드 상세

AddToDebugOutput() 공개 정적인 메소드

public static AddToDebugOutput ( string text ) : void
text string
리턴 void

EndTime() 공개 정적인 메소드

public static EndTime ( string function, bool outputToDebug ) : void
function string
outputToDebug bool
리턴 void

GetElapsedTime() 공개 정적인 메소드

public static GetElapsedTime ( string function ) : long
function string
리턴 long

OutputBuffer() 공개 정적인 메소드

public static OutputBuffer ( ) : void
리턴 void

StartTime() 공개 정적인 메소드

public static StartTime ( string function ) : void
function string
리턴 void