C# 클래스 DBreeze.Diagnostic.SpeedStatistic

파일 보기 프로젝트 열기: hhblaze/DBreeze

공개 프로퍼티들

프로퍼티 타입 설명
ToConsole bool

공개 메소드들

메소드 설명
ClearAll ( ) : void
GetCounter ( string counterName ) : Counter

Returns Counter object. Can return NULL if counter not found

PrintOut ( ) : void

Prints out stat for all counters without clearing statistic

PrintOut ( bool withResetingStatistic ) : void

Prints out stats for all counters

PrintOut ( string counterName ) : void

Prints out counter without clearing statistic for this counter

PrintOut ( string counterName, bool withClearingCounter ) : void

Prints out specified counter.

StartCounter ( string counterName ) : void

Starts counter

StopCounter ( string counterName ) : void

Stops counter

메소드 상세

ClearAll() 공개 정적인 메소드

public static ClearAll ( ) : void
리턴 void

GetCounter() 공개 정적인 메소드

Returns Counter object. Can return NULL if counter not found
public static GetCounter ( string counterName ) : Counter
counterName string
리턴 Counter

PrintOut() 공개 정적인 메소드

Prints out stat for all counters without clearing statistic
public static PrintOut ( ) : void
리턴 void

PrintOut() 공개 정적인 메소드

Prints out stats for all counters
public static PrintOut ( bool withResetingStatistic ) : void
withResetingStatistic bool resets statistic
리턴 void

PrintOut() 공개 정적인 메소드

Prints out counter without clearing statistic for this counter
public static PrintOut ( string counterName ) : void
counterName string
리턴 void

PrintOut() 공개 정적인 메소드

Prints out specified counter.
public static PrintOut ( string counterName, bool withClearingCounter ) : void
counterName string
withClearingCounter bool
리턴 void

StartCounter() 공개 정적인 메소드

Starts counter
public static StartCounter ( string counterName ) : void
counterName string
리턴 void

StopCounter() 공개 정적인 메소드

Stops counter
public static StopCounter ( string counterName ) : void
counterName string
리턴 void

프로퍼티 상세

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

Default is Debug.WriteLine, can be changed to Console.WriteLine
public static bool ToConsole
리턴 bool