Property | Type | Description | |
---|---|---|---|
bEnable | bool |
Method | Description | |
---|---|---|
BeginSample ( string strName ) : void | ||
BeginWatch ( |
BeginWatch(string)的任意枚举版
|
|
BeginWatch ( string key ) : void |
使用Stopwatch, debug模式下无行为
|
|
EndSample ( ) : void | ||
EndWatch ( |
EndWatch的任意枚举版
|
|
EndWatch ( string key, string name = null ) : void |
结束性能监测,输出监测的时间消耗
|
public static BeginSample ( string strName ) : void | ||
strName | string | |
return | void |
public static BeginWatch ( |
||
emKey | ||
return | void |
public static BeginWatch ( string key ) : void | ||
key | string | |
return | void |
public static EndWatch ( |
||
emKey | ||
return | void |
public static EndWatch ( string key, string name = null ) : void | ||
key | string | |
name | string | |
return | void |