Click or drag to resize
Ab4d.SharpEngine logo

BeginRenderPassRenderingStepSaveExecutionTimeStatistics 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: Ab4d.SharpEngine.RenderingSteps
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public override void SaveExecutionTimeStatistics(
	double stepExecutionTimeInMilliseconds,
	RenderingStatistics renderingStatistics
)

Parameters

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

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.RenderingSteps.BeginRenderPassRenderingStep.SaveExecutionTimeStatistics(System.Double,Ab4d.SharpEngine.Core.RenderingStatistics)"]

See Also