C# Class QFramework.QTest

用来测试程序耗时
Afficher le fichier Open project: liangxiegame/QFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
watches Stopwatch>.Dictionary

Méthodes publiques

Méthode Description
TimeBegan ( string name ) : Stopwatch
TimeStop ( Stopwatch watch ) : long
TimeStop ( string name ) : long

Method Details

TimeBegan() public static méthode

public static TimeBegan ( string name ) : Stopwatch
name string
Résultat System.Diagnostics.Stopwatch

TimeStop() public static méthode

public static TimeStop ( Stopwatch watch ) : long
watch System.Diagnostics.Stopwatch
Résultat long

TimeStop() public static méthode

public static TimeStop ( string name ) : long
name string
Résultat long

Property Details

watches public_oe static_oe property

public static Dictionary watches
Résultat Stopwatch>.Dictionary