Click or drag to resize

PerformanceTracker Class

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

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatPerformanceTracker

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

The PerformanceTracker type exposes the following members.

Constructors
  NameDescription
Public methodPerformanceTracker
Initializes a new instance of the PerformanceTracker class.
Top
Properties
  NameDescription
Public propertyLabel
Gets or sets the label.
Top
Methods
  NameDescription
Public methodAddMeasurement
Adds the measurment.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
See Also