Click or drag to resize
AB4D logo

ResolveMultisampledBackBufferRenderingStepSaveExecutionTimeStatistics 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: 4.0.7447.1045
Syntax
C#
public override void SaveExecutionTimeStatistics(
	double stepExecutionTimeInMilliseconds,
	RenderingStatistics renderingStatistics
)

Parameters

stepExecutionTimeInMilliseconds
Type: SystemDouble
time in milliseconds to execute this rendering step
renderingStatistics
Type: Ab3d.DirectXRenderingStatistics
RenderingStatistics
See Also