![]() |
Murl Engine API
Version 2018.3
|
Debug items enumerations. More...
Functions | |
const Enum< StatisticItem > & | Murl::IEnums::GetStatisticItemEnum () |
Get the StatisticItem enumeration string mapping. More... | |
const Enum< DebugOutputFunctionItem > & | Murl::IEnums::GetDebugOutputFunctionItemEnum () |
Get the DebugOutputFunctionItem enumeration string mapping. More... | |
Debug items enumerations.
Available statistic items.
Enumerator | |
---|---|
STATISTIC_ITEM_NONE | No state. String value: |
STATISTIC_ITEM_FRAMES_PER_SECOND | String value: |
STATISTIC_ITEM_TICKS_PER_FRAME | String value: |
STATISTIC_ITEM_TOTAL_TIME | String value: |
STATISTIC_ITEM_GENERAL | String value: |
STATISTIC_ITEM_GRAPH_LOGIC_TRAVERSAL_TIME | String value: |
STATISTIC_ITEM_GRAPH_INPUT_TRAVERSAL_TIME | String value: |
STATISTIC_ITEM_GRAPH_OUTPUT_TRAVERSAL_TIME | String value: |
STATISTIC_ITEM_GRAPH_TRAVERSAL_TIME | String value: |
STATISTIC_ITEM_LOGIC_TICK_PROCESSING_TIME | String value: |
STATISTIC_ITEM_LOGIC_FRAME_PROCESSING_TIME | String value: |
STATISTIC_ITEM_LOGIC_PROCESSING_TIME | String value: |
STATISTIC_ITEM_GRAPH_INIT_TRAVERSAL_OBJECTS | String value: |
STATISTIC_ITEM_GRAPH_LOGIC_TRAVERSAL_OBJECTS | String value: |
STATISTIC_ITEM_GRAPH_INPUT_TRAVERSAL_OBJECTS | String value: |
STATISTIC_ITEM_GRAPH_OUTPUT_TRAVERSAL_OBJECTS | String value: |
STATISTIC_ITEM_GRAPH_TRAVERSAL_OBJECTS | String value: |
STATISTIC_ITEM_PHYSICS_PROCESSING_TIME | String value: |
STATISTIC_ITEM_VIDEO_PROCESSING_TIME | String value: |
STATISTIC_ITEM_SYSTEM_PROCESSING_TIME | String value: |
STATISTIC_ITEM_VIDEO_PROCESSING_OBJECTS | String value: |
STATISTIC_ITEM_AUDIO_PROCESSING_OBJECTS | String value: |
STATISTIC_ITEM_SYSTEM_PROCESSING_OBJECTS | String value: |
STATISTIC_ITEM_RESOURCE_BYTES_ALLOCATED | String value: |
STATISTIC_ITEM_VIDEO_BYTES_ALLOCATED | String value: |
STATISTIC_ITEM_AUDIO_BYTES_ALLOCATED | String value: |
STATISTIC_ITEM_SYSTEM_BYTES_ALLOCATED | String value: |
STATISTIC_ITEM_ALL | String value: |
Available items for debug/error tracing.
Enumerator | |
---|---|
DEBUG_OUTPUT_FUNCTION_ITEM_NONE | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_TYPE | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_RETURN_VALUE | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_CALLING_CONVENTION | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_NAMESPACE | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_CLASS | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_FUNCTION | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_PARAMETERS | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_MODIFIER | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_LINE | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_USER | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_ALL | String value: |
DEBUG_OUTPUT_FUNCTION_ITEM_DEFAULT | String value: |
const Enum< StatisticItem >& Murl::IEnums::GetStatisticItemEnum | ( | ) |
Get the StatisticItem enumeration string mapping.
const Enum< DebugOutputFunctionItem >& Murl::IEnums::GetDebugOutputFunctionItemEnum | ( | ) |
Get the DebugOutputFunctionItem enumeration string mapping.