C# 클래스 Microsoft.Isam.Esent.Interop.EsentStopwatch

Provides a set of methods and properties that you can use to measure ESENT work statistics for a thread. If the current version of ESENT doesn't support VistaApi.JetGetThreadStats then all ESENT statistics will be 0.
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 메소드들

메소드 설명
Reset ( ) : void

Stops time interval measurement and resets the thread statistics.

Start ( ) : void

Starts measuring ESENT work.

StartNew ( ) : EsentStopwatch

Initializes a new EsentStopwatch instance and starts measuring elapsed time.

Stop ( ) : void

Stops measuring ESENT work.

메소드 상세

Reset() 공개 메소드

Stops time interval measurement and resets the thread statistics.
public Reset ( ) : void
리턴 void

Start() 공개 메소드

Starts measuring ESENT work.
public Start ( ) : void
리턴 void

StartNew() 공개 정적인 메소드

Initializes a new EsentStopwatch instance and starts measuring elapsed time.
public static StartNew ( ) : EsentStopwatch
리턴 EsentStopwatch

Stop() 공개 메소드

Stops measuring ESENT work.
public Stop ( ) : void
리턴 void