프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |