#include <kanzi/core/profiling/profiling.hpp>
Macros | |
#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... | |