The statistics interface.
More...
#include <murl_core_i_statistics.h>
The statistics interface.
Inherited by Murl::Core::Statistics.
◆ GetTotal()
Get the total time used for processing the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetProcessGraphLogic()
virtual const StatisticsItem& Murl::Core::IStatistics::GetProcessGraphLogic |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing ProcessGraphLogic during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetFinishGraphLogic()
virtual const StatisticsItem& Murl::Core::IStatistics::GetFinishGraphLogic |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing FinishGraphLogic during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetProcessGraphInput()
virtual const StatisticsItem& Murl::Core::IStatistics::GetProcessGraphInput |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing ProcessGraphInput during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetFinishGraphInput()
virtual const StatisticsItem& Murl::Core::IStatistics::GetFinishGraphInput |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing FinishGraphInput during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetProcessLogicTick()
virtual const StatisticsItem& Murl::Core::IStatistics::GetProcessLogicTick |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing ProcessLogicTick during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetFinishLogicTick()
virtual const StatisticsItem& Murl::Core::IStatistics::GetFinishLogicTick |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing FinishLogicTick during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetProcessLogicFrame()
virtual const StatisticsItem& Murl::Core::IStatistics::GetProcessLogicFrame |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing ProcessLogicFrame during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetFinishLogicFrame()
virtual const StatisticsItem& Murl::Core::IStatistics::GetFinishLogicFrame |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing FinishLogicFrame during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetProcessGraphOutput()
virtual const StatisticsItem& Murl::Core::IStatistics::GetProcessGraphOutput |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing GraphOutput during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetFinishGraphOutput()
virtual const StatisticsItem& Murl::Core::IStatistics::GetFinishGraphOutput |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing FinishGraphOutput during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetSimulator()
virtual const StatisticsItem& Murl::Core::IStatistics::GetSimulator |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing the simulator during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetRenderer()
virtual const StatisticsItem& Murl::Core::IStatistics::GetRenderer |
( |
| ) |
const |
|
pure virtual |
Get the time used for processing the Video- and AudioRenderer during the last frame.
- Returns
- The time value in µsec as StatisticsItem.
◆ GetMessage()
virtual String Murl::Core::IStatistics::GetMessage |
( |
| ) |
const |
|
pure virtual |
The documentation for this interface was generated from the following file: