![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The statistics interface.
Get the total time used for processing the last frame.
Murl.Core.StatisticsItem GetTotal()
Get the time used for processing ProcessGraphLogic during the last frame.
Murl.Core.StatisticsItem GetProcessGraphLogic()
Get the time used for processing FinishGraphLogic during the last frame.
Murl.Core.StatisticsItem GetFinishGraphLogic()
Get the time used for processing ProcessGraphInput during the last frame.
Murl.Core.StatisticsItem GetProcessGraphInput()
Get the time used for processing FinishGraphInput during the last frame.
Murl.Core.StatisticsItem GetFinishGraphInput()
Get the time used for processing ProcessLogicTick during the last frame.
Murl.Core.StatisticsItem GetProcessLogicTick()
Get the time used for processing FinishLogicTick during the last frame.
Murl.Core.StatisticsItem GetFinishLogicTick()
Get the time used for processing ProcessLogicFrame during the last frame.
Murl.Core.StatisticsItem GetProcessLogicFrame()
Get the time used for processing FinishLogicFrame during the last frame.
Murl.Core.StatisticsItem GetFinishLogicFrame()
Get the time used for processing GraphOutput during the last frame.
Murl.Core.StatisticsItem GetProcessGraphOutput()
Get the time used for processing FinishGraphOutput during the last frame.
Murl.Core.StatisticsItem GetFinishGraphOutput()
Get the time used for processing the simulator during the last frame.
Murl.Core.StatisticsItem GetSimulator()
Get the time used for processing the Video- and AudioRenderer during the last frame.
Murl.Core.StatisticsItem GetRenderer()
Get the system debug info message which can be configured by the Murl::IAppConfiguration::SetSystemDebugInfoItems method.
String GetMessage()