Click or drag to resize

CounterTimeTicksLogTicks Method

Log a time (in ticks).

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public void LogTicks(
	long value
)

Parameters

value
Type: SystemInt64
Time to log (in ticks).
See Also