Classes | |
class | kanzi::MainLoopTaskProfilerRegistry |
The registry of main loop task profilers. More... | |
Typedefs | |
typedef unique_ptr< MainLoopTaskProfilerRegistry > | kanzi::MainLoopTaskProfilerRegistryUniquePtr |
The main loop task profiler registry unique ptr type. More... | |
#define | KZ_PROFILING_MAIN_LOOP_ANIMATION |
#define | KZ_PROFILING_MAIN_LOOP_RENDERING |
Kanzi uses this category internally in the Main Loop Task to profile rendering. More... | |
#define | KZ_PROFILING_MAIN_LOOP_APPLICATION_EVENTS |
Kanzi uses this category internally in the Main Loop Task to profile application events handling. More... | |
#define | KZ_PROFILING_MAIN_LOOP_APP_UPDATE |
Kanzi uses this category internally in the Main Loop Task to profile #Application::update(). More... | |
#define | KZ_PROFILING_MAIN_LOOP_RESOURCE_DEPLOYMENT |
Kanzi uses this category internally in the Main Loop Task to profile resource deployment. More... | |
#define | KZ_PROFILING_MAIN_LOOP_GRAPHICS_EVENTS |
Kanzi uses this category internally in the Main Loop Task to profile graphics events handling. More... | |
#define | KZ_PROFILING_MAIN_LOOP_INPUT |
Kanzi uses this category internally in the Main Loop Task to profile input events handling. More... | |
#define | KZ_PROFILING_MAIN_LOOP_USER_UPDATE |
Kanzi uses this category internally in the Main Loop Task to profile #Application::onUpdate(). More... | |
#define | KZ_PROFILING_MAIN_LOOP_RESOURCE_MANAGER_UPDATE |
Kanzi uses this category internally in the Main Loop Task to profile resource manager update. More... | |
#define | KZ_PROFILING_MAIN_LOOP_TASK_DISPATCHER |
Kanzi uses this category internally in the Main Loop Task to profile task dispatcher. More... | |
#define | KZ_PROFILING_MAIN_LOOP_TASK_SCHEDULER |
Kanzi uses this category internally in the Main Loop Task to profile task scheduler. More... | |
#define | KZ_PROFILING_MAIN_LOOP_LAYOUT |
Kanzi uses this category internally in the Main Loop Task to profile layout. More... | |
#define | KZ_PROFILING_MAIN_LOOP_HUD |
Kanzi uses this category internally in the Main Loop Task to profile HUD. More... | |
#define KZ_PROFILING_MAIN_LOOP_ANIMATION |
Kanzi uses this category internally in the Main Loop Task to profile animation.
#define KZ_PROFILING_MAIN_LOOP_RENDERING |
Kanzi uses this category internally in the Main Loop Task to profile rendering.
#define KZ_PROFILING_MAIN_LOOP_APPLICATION_EVENTS |
Kanzi uses this category internally in the Main Loop Task to profile application events handling.
#define KZ_PROFILING_MAIN_LOOP_APP_UPDATE |
Kanzi uses this category internally in the Main Loop Task to profile #Application::update().
#define KZ_PROFILING_MAIN_LOOP_RESOURCE_DEPLOYMENT |
Kanzi uses this category internally in the Main Loop Task to profile resource deployment.
#define KZ_PROFILING_MAIN_LOOP_GRAPHICS_EVENTS |
Kanzi uses this category internally in the Main Loop Task to profile graphics events handling.
#define KZ_PROFILING_MAIN_LOOP_INPUT |
Kanzi uses this category internally in the Main Loop Task to profile input events handling.
#define KZ_PROFILING_MAIN_LOOP_USER_UPDATE |
Kanzi uses this category internally in the Main Loop Task to profile #Application::onUpdate().
#define KZ_PROFILING_MAIN_LOOP_RESOURCE_MANAGER_UPDATE |
Kanzi uses this category internally in the Main Loop Task to profile resource manager update.
#define KZ_PROFILING_MAIN_LOOP_TASK_DISPATCHER |
Kanzi uses this category internally in the Main Loop Task to profile task dispatcher.
#define KZ_PROFILING_MAIN_LOOP_TASK_SCHEDULER |
Kanzi uses this category internally in the Main Loop Task to profile task scheduler.
#define KZ_PROFILING_MAIN_LOOP_LAYOUT |
Kanzi uses this category internally in the Main Loop Task to profile layout.
#define KZ_PROFILING_MAIN_LOOP_HUD |
Kanzi uses this category internally in the Main Loop Task to profile HUD.
typedef unique_ptr<MainLoopTaskProfilerRegistry> kanzi::MainLoopTaskProfilerRegistryUniquePtr |
The main loop task profiler registry unique ptr type.