Click or drag to resize
AB4D logo

RenderingStepBaseSaveExecutionTimeStatistics Method

SaveExecutionTimeStatistics is called when we are collecting statistics. The implementation of the method should save or add the elapsedMilliseconds to the corresponding property in the RenderingStatistics class.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public virtual void SaveExecutionTimeStatistics(
	double stepExecutionTimeInMilliseconds,
	RenderingStatistics renderingStatistics
)

Parameters

stepExecutionTimeInMilliseconds  Double
time in milliseconds to execute this rendering step
renderingStatistics  RenderingStatistics
RenderingStatistics
See Also