Kanzi  3.9.6
Kanzi Engine API
startup_profiler_categories.hpp File Reference

Macros

#define KZ_PROFILING_STARTUP_LOAD_PLUGINS
 
#define KZ_PROFILING_STARTUP_REGISTER_METADATA
 Kanzi uses this category internally to profile metadata registration at startup. More...
 
#define KZ_PROFILING_STARTUP_INITIALIZATION
 Kanzi uses this category internally to profile application initialization at startup. More...
 
#define KZ_PROFILING_STARTUP_INITIALIZE_GRAPHICS
 Kanzi uses this category internally to profile graphics initialization at startup. More...
 
#define KZ_PROFILING_STARTUP_INITIALIZE_GL
 Kanzi uses this category internally to profile startup GL initialization. More...
 
#define KZ_PROFILING_STARTUP_LOAD_PREFAB
 Kanzi uses this category internally to profile prefab loading at startup. More...
 
#define KZ_PROFILING_STARTUP_INSTANTIATE_PREFAB
 Kanzi uses this category internally to profile prefab instantiation at startup. More...
 
#define KZ_PROFILING_STARTUP_REGISTER_DEFAULT_RESOURCES
 Kanzi uses this category internally to profile default resource registration at startup. More...
 
#define KZ_PROFILING_STARTUP_ATTACH_PREFAB
 Kanzi uses this category internally to profile prefab attach at startup. More...
 
#define KZ_PROFILING_STARTUP_RESET_RENDERER
 Kanzi uses this category internally to profile renderer reset at startup. More...
 
#define KZ_PROFILING_STARTUP_INITIALIZE_LOADING_THREADS
 Kanzi uses this category internally to profile threads initialization at startup. More...
 
#define KZ_PROFILING_STARTUP_REGISTER_RUNTIME_ASSETS
 Kanzi uses this category internally to profile runtime assets registration at startup. More...
 
#define KZ_PROFILING_STARTUP_OPEN_KZB
 Kanzi uses this category internally to profile KZB(s) opening at startup. More...
 
#define KZ_PROFILING_STARTUP_INITIALIZE_DOMAIN
 Kanzi uses this category internally to profile domain creation at startup. More...
 
#define KZ_PROFILING_STARTUP_ON_PROJECT_LOADED
 Kanzi uses this category internally to profile onProjectLoaded call at startup. More...
 
#define KZ_PROFILING_STARTUP_RESUME_GL
 Kanzi uses this category internally to profile ResumeGL at startup. More...