Свойство | Тип | Описание | |
---|---|---|---|
GetFooter | string | ||
GetHeader | string | ||
Write | void |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
LogLongTick ( long startStopwatchTicks, long endStopwatchTicks, string name, object item ) : void | ||
PerfTimer ( string name, float thresholdMs ) : System |
Метод | Описание | |
---|---|---|
GetFooter ( string indentation ) : string | ||
GetHeader ( string indentation, string label ) : string | ||
Write ( ) : void |
public static LogLongTick ( long startStopwatchTicks, long endStopwatchTicks, string name, object item ) : void | ||
startStopwatchTicks | long | |
endStopwatchTicks | long | |
name | string | |
item | object | |
Результат | void |
public PerfTimer ( string name, float thresholdMs ) : System | ||
name | string | |
thresholdMs | float | |
Результат | System |