Click or drag to resize

CounterTimeMsLogMs Method

Log a time (in ms).

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

Parameters

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