|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public double ElapsedTimeInMs { get; }
Property Value
DoubleSee Also