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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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