Blender  V3.3
Public Attributes | List of all members
DRWTimer Struct Reference

Public Attributes

uint32_t query [2]
 
uint64_t time_average
 
char name [MAX_TIMER_NAME]
 
int lvl
 
bool is_query
 

Detailed Description

Definition at line 32 of file draw_manager_profiling.c.

Member Data Documentation

◆ is_query

bool DRWTimer::is_query

Definition at line 37 of file draw_manager_profiling.c.

Referenced by DRW_stats_reset(), and drw_stats_timer_start_ex().

◆ lvl

int DRWTimer::lvl

◆ name

char DRWTimer::name[MAX_TIMER_NAME]

Definition at line 35 of file draw_manager_profiling.c.

Referenced by DRW_stats_draw(), and drw_stats_timer_start_ex().

◆ query

uint32_t DRWTimer::query[2]

Definition at line 33 of file draw_manager_profiling.c.

Referenced by DRW_stats_reset(), and drw_stats_timer_start_ex().

◆ time_average

uint64_t DRWTimer::time_average

Definition at line 34 of file draw_manager_profiling.c.

Referenced by DRW_stats_draw(), and DRW_stats_reset().


The documentation for this struct was generated from the following file: