PerformanceCounterLog Method |
Log a value to the chart.
Namespace: Demo3D.Utilities.PerformanceAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxprotected 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