Click or drag to resize

PerformanceSampleCaptureSample Method

Captures a new sample (stored in Sample).

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public bool CaptureSample()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Utilities.Performance.PerformanceSample.CaptureSample"]

Remarks

Updates Sample, MinSample, MaxSample and Avg.

No need to call this function if ValueType has the ReportImmediately flag set. Values with this flag are updated automatically every time a new value is logged. For these values, Sample, MinSample, MaxSample and Avg are always up-to-date.

See Also