Click or drag to resize

HighResolutionTimeProvider Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.HighResolutionTimeProvider"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatHighResolutionTimeProvider

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class HighResolutionTimeProvider

The HighResolutionTimeProvider type exposes the following members.

Constructors
  NameDescription
Public methodHighResolutionTimeProvider
Initializes a new instance of the HighResolutionTimeProvider class.
Top
Properties
  NameDescription
Public propertyBaseNano
Gets the # of nano-seconds that were reported by DateTime.GetInstance when we reset the baseline. It is used to determine the starting point from which all other performance measurements are calculated.
Public propertyBaseTime
Gets the # of nano-seconds reported by NanoTime when we initialized the timer.
Public propertyCurrentTime
Gets the current time.
Top
Fields
  NameDescription
Public fieldStatic memberDriftAllowance
Public fieldStatic memberInstance
Top
See Also