Click or drag to resize

DgmlWriterSetMetricsProvider Method

Sets the IMetricsProvider to retrieve performance metrics for serialized nodes, so that performance metrics are included in the output.

Namespace:  NRules.Diagnostics.Dgml
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public void SetMetricsProvider(
	IMetricsProvider metricsProvider
)

Parameters

metricsProvider
Type: NRules.DiagnosticsIMetricsProvider
Performance metrics provider or null to exclude performance metrics from the output.
See Also