Click or drag to resize

PerformanceMetrics Constructor

Initializes a new instance of the PerformanceMetrics class

Namespace:  com.espertech.esper.compat.diagnostics
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public PerformanceMetrics(
	TimeSpan userTime,
	TimeSpan privTime,
	TimeSpan totalTime,
	int numInput
)

Parameters

userTime
Type: SystemTimeSpan

[Missing <param name="userTime"/> documentation for "M:com.espertech.esper.compat.diagnostics.PerformanceMetrics.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.Int32)"]

privTime
Type: SystemTimeSpan

[Missing <param name="privTime"/> documentation for "M:com.espertech.esper.compat.diagnostics.PerformanceMetrics.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.Int32)"]

totalTime
Type: SystemTimeSpan

[Missing <param name="totalTime"/> documentation for "M:com.espertech.esper.compat.diagnostics.PerformanceMetrics.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.Int32)"]

numInput
Type: SystemInt32

[Missing <param name="numInput"/> documentation for "M:com.espertech.esper.compat.diagnostics.PerformanceMetrics.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.Int32)"]

See Also