|
Blender
V2.93
|
Public Attributes | |
| uint32_t | query [2] |
| uint64_t | time_average |
| char | name [MAX_TIMER_NAME] |
| int | lvl |
| bool | is_query |
Definition at line 47 of file draw_manager_profiling.c.
| bool DRWTimer::is_query |
Definition at line 52 of file draw_manager_profiling.c.
Referenced by DRW_stats_reset(), and drw_stats_timer_start_ex().
| int DRWTimer::lvl |
Definition at line 51 of file draw_manager_profiling.c.
Referenced by DRW_stats_draw(), DRW_stats_reset(), and drw_stats_timer_start_ex().
| char DRWTimer::name[MAX_TIMER_NAME] |
Definition at line 50 of file draw_manager_profiling.c.
Referenced by DRW_stats_draw(), and drw_stats_timer_start_ex().
| uint32_t DRWTimer::query[2] |
Definition at line 48 of file draw_manager_profiling.c.
Referenced by DRW_stats_reset(), and drw_stats_timer_start_ex().
| uint64_t DRWTimer::time_average |
Definition at line 49 of file draw_manager_profiling.c.
Referenced by DRW_stats_draw(), and DRW_stats_reset().