C# 클래스 AssemblyCSharp.PSProfiler

파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 프로퍼티들

프로퍼티 타입 설명
Instance PSProfiler

공개 메소드들

메소드 설명
Log ( string token ) : void
LogAll ( string header = null ) : void
Reset ( string token ) : void
ResetAll ( ) : void
Start ( string token ) : void
Stop ( string token ) : void
ToDebugString ( ) : string

비공개 메소드들

메소드 설명
DoLog ( string token ) : void
DoLogAll ( string header ) : void
DoReset ( string token ) : void
DoResetAll ( ) : void
DoStart ( string token ) : void
DoStop ( string token ) : void

메소드 상세

Log() 공개 정적인 메소드

public static Log ( string token ) : void
token string
리턴 void

LogAll() 공개 정적인 메소드

public static LogAll ( string header = null ) : void
header string
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( string token ) : void
token string
리턴 void

ResetAll() 공개 정적인 메소드

public static ResetAll ( ) : void
리턴 void

Start() 공개 정적인 메소드

public static Start ( string token ) : void
token string
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( string token ) : void
token string
리턴 void

ToDebugString() 공개 메소드

public ToDebugString ( ) : string
리턴 string

프로퍼티 상세

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

public static PSProfiler,AssemblyCSharp Instance
리턴 PSProfiler