Blender
V3.3
|
Public Attributes | |
DRWTimer * | timers |
int | chunk_count |
int | timer_count |
int | timer_increment |
int | end_increment |
bool | is_recording |
bool | is_querying |
Definition at line 40 of file draw_manager_profiling.c.
int DRWTimerPool::chunk_count |
Definition at line 42 of file draw_manager_profiling.c.
Referenced by DRW_stats_begin(), and drw_stats_timer_get().
int DRWTimerPool::end_increment |
Definition at line 45 of file draw_manager_profiling.c.
Referenced by DRW_stats_begin(), DRW_stats_group_end(), DRW_stats_query_end(), DRW_stats_reset(), and drw_stats_timer_start_ex().
bool DRWTimerPool::is_querying |
Definition at line 47 of file draw_manager_profiling.c.
Referenced by DRW_stats_begin(), DRW_stats_group_end(), DRW_stats_query_end(), and drw_stats_timer_start_ex().
bool DRWTimerPool::is_recording |
Definition at line 46 of file draw_manager_profiling.c.
Referenced by DRW_stats_begin(), DRW_stats_group_end(), DRW_stats_query_end(), DRW_stats_reset(), and drw_stats_timer_start_ex().
int DRWTimerPool::timer_count |
Definition at line 43 of file draw_manager_profiling.c.
Referenced by DRW_stats_begin(), and drw_stats_timer_get().
int DRWTimerPool::timer_increment |
Definition at line 44 of file draw_manager_profiling.c.
Referenced by DRW_stats_begin(), DRW_stats_draw(), DRW_stats_reset(), drw_stats_timer_get(), and drw_stats_timer_start_ex().
DRWTimer* DRWTimerPool::timers |
Definition at line 41 of file draw_manager_profiling.c.
Referenced by DRW_stats_begin(), DRW_stats_draw(), DRW_stats_free(), DRW_stats_reset(), and drw_stats_timer_get().