Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include protected members
Include inherited members
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 JetGetThreadStats(JET_THREADSTATS) then all ESENT statistics will be 0.
The EsentStopwatch type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
EsentStopwatch |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Elapsed | Gets the total elapsed time measured by the current instance. |
![]() |
IsRunning | Gets a value indicating whether the EsentStopwatch timer is running. |
![]() |
ThreadStats | Gets the total ESENT work stats measured by the current instance. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Reset | Stops time interval measurement and resets the thread statistics. |
![]() |
Start | Starts measuring ESENT work. |
![]() ![]() |
StartNew | Initializes a new EsentStopwatch instance and starts measuring elapsed time. |
![]() |
Stop | Stops measuring ESENT work. |
![]() |
ToString | Returns a String that represents the current Stopwatch. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)
.gif)