C# 클래스 Collada.Util.PerformanceLog

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

공개 프로퍼티들

프로퍼티 타입 설명
Root PerformanceLog

공개 메소드들

메소드 설명
Begin ( string description ) : PerformanceLog
Dispose ( ) : void
End ( ) : void
PerformanceLog ( string description ) : System
PerformanceLog ( string description, LogType logType ) : System
Stop ( ) : void
ToString ( ) : string
WriteLogFile ( ) : void
WriteLogFile ( string filename ) : void

비공개 메소드들

메소드 설명
Format ( int level, string description, System.TimeSpan time, System.TimeSpan parentTime ) : string
PerformanceLog ( ) : System
PrintOnConsole ( ) : void
ToString ( StringBuilder stringBuilder ) : void

메소드 상세

Begin() 공개 정적인 메소드

public static Begin ( string description ) : PerformanceLog
description string
리턴 PerformanceLog

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

End() 공개 정적인 메소드

public static End ( ) : void
리턴 void

PerformanceLog() 공개 메소드

public PerformanceLog ( string description ) : System
description string
리턴 System

PerformanceLog() 공개 메소드

public PerformanceLog ( string description, LogType logType ) : System
description string
logType LogType
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteLogFile() 공개 정적인 메소드

public static WriteLogFile ( ) : void
리턴 void

WriteLogFile() 공개 정적인 메소드

public static WriteLogFile ( string filename ) : void
filename string
리턴 void

프로퍼티 상세

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

public static PerformanceLog,Collada.Util Root
리턴 PerformanceLog