Profiler クラス
プロファイラのクラス
継承関係
Profiler
メンバー
プロパティ
IsProfilerRunning
メソッド
BeginBlock(String, String, Int32, Color)
測定するブロックを開始します。
DumpToFileAndStopCapture(String)
測定を終了し、結果を出力します。
EndBlock()
測定するブロックを終了します。
StartCapture()
測定を開始します。
StartListen(Int32)
リモートから状態を監視します。
StopCapture()
測定を終了します。
プロパティ
IsProfilerRunning
public bool IsProfilerRunning { get; }
メソッド
BeginBlock(String, String, Int32, Color)
測定するブロックを開始します。
public void BeginBlock(string name, string _filename, int _line, Color color)
パラメータ
name | ブロックの名称 |
_filename | ブロックが位置するファイル名 |
_line | ブロックが位置する行数 |
color | ブロックの色 |
DumpToFileAndStopCapture(String)
測定を終了し、結果を出力します。
public void DumpToFileAndStopCapture(string path)
パラメータ
path | 出力先 |
EndBlock()
測定するブロックを終了します。
public void EndBlock()
StartCapture()
測定を開始します。
public void StartCapture()
StartListen(Int32)
リモートから状態を監視します。
public void StartListen(int port)
パラメータ
port | 通信に使用するポート |
StopCapture()
測定を終了します。
public void StopCapture()