|
RenderPostProcessingRenderingStepSaveExecutionTimeStatistics 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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public override void SaveExecutionTimeStatistics(
double stepExecutionTimeInMilliseconds,
RenderingStatistics renderingStatistics
)
Parameters
- stepExecutionTimeInMilliseconds Double
- time in milliseconds to execute this rendering step
- renderingStatistics RenderingStatistics
- RenderingStatistics
See Also