Click or drag to resize

PerformanceCounterLog Method

Log a value to the chart.

Namespace: Demo3D.Utilities.Performance
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
protected void Log(
	int valueIndex,
	long value
)

Parameters

valueIndex  Int32
The index of the value passed to #ctor(CounterName, String, PerformanceValue).
value  Int64
Value to log.
See Also