Click or drag to resize
AB4D logo

RenderingStatisticsElapsedTimeInMs Property

When called during frame rendering (between StartNewFrame and EndFrame calls) the elapsed time in milliseconds from the StartNewFrame call is returned. When called after EndFrame method is called, the TotalRenderTimeMs is returned.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public double ElapsedTimeInMs { get; }

Property Value

Double
See Also