C# Class KEngine.Profiler

Afficher le fichier Open project: mr-kelly/KEngine

Méthodes publiques

Свойство Type Description
bEnable bool

Méthodes publiques

Méthode Description
BeginSample ( string strName ) : void
BeginWatch ( Enum emKey ) : void

BeginWatch(string)的任意枚举版

BeginWatch ( string key ) : void

使用Stopwatch, debug模式下无行为

EndSample ( ) : void
EndWatch ( Enum emKey ) : void

EndWatch的任意枚举版

EndWatch ( string key, string name = null ) : void

结束性能监测,输出监测的时间消耗

Method Details

BeginSample() public static méthode

public static BeginSample ( string strName ) : void
strName string
Résultat void

BeginWatch() public static méthode

BeginWatch(string)的任意枚举版
public static BeginWatch ( Enum emKey ) : void
emKey System.Enum
Résultat void

BeginWatch() public static méthode

使用Stopwatch, debug模式下无行为
public static BeginWatch ( string key ) : void
key string
Résultat void

EndSample() public static méthode

public static EndSample ( ) : void
Résultat void

EndWatch() public static méthode

EndWatch的任意枚举版
public static EndWatch ( Enum emKey ) : void
emKey System.Enum
Résultat void

EndWatch() public static méthode

结束性能监测,输出监测的时间消耗
public static EndWatch ( string key, string name = null ) : void
key string
name string
Résultat void

Property Details

bEnable public_oe static_oe property

public static bool bEnable
Résultat bool