C# Class SoundLibrary.Misc.Trace

実行時間計測用のトレースクラス。 パフォーマンスカウンタを使って実行時間を評価。
Inheritance: IDisposable
Show file Open project: ufcpp/UfcppSample

Public Methods

Method Description
Dispose ( ) : void
Trace ( ) : System
Trace ( string message ) : System
Trace ( string message, TextWriter writer, string format ) : System

Private Methods

Method Description
QueryPerformanceCounter ( long &x ) : short
QueryPerformanceFrequency ( long &x ) : short

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Trace() public method

public Trace ( ) : System
return System

Trace() public method

public Trace ( string message ) : System
message string
return System

Trace() public method

public Trace ( string message, TextWriter writer, string format ) : System
message string
writer System.IO.TextWriter
format string
return System