C# 클래스 QFramework.QTest

用来测试程序耗时
파일 보기 프로젝트 열기: liangxiegame/QFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
watches Stopwatch>.Dictionary

공개 메소드들

메소드 설명
TimeBegan ( string name ) : Stopwatch
TimeStop ( Stopwatch watch ) : long
TimeStop ( string name ) : long

메소드 상세

TimeBegan() 공개 정적인 메소드

public static TimeBegan ( string name ) : Stopwatch
name string
리턴 System.Diagnostics.Stopwatch

TimeStop() 공개 정적인 메소드

public static TimeStop ( Stopwatch watch ) : long
watch System.Diagnostics.Stopwatch
리턴 long

TimeStop() 공개 정적인 메소드

public static TimeStop ( string name ) : long
name string
리턴 long

프로퍼티 상세

watches 공개적으로 정적으로 프로퍼티

public static Dictionary watches
리턴 Stopwatch>.Dictionary