Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_gui_throttle_state_t Struct Reference
+ Collaboration diagram for dt_gui_throttle_state_t:

Data Fields

dt_pthread_mutex_t runtime_mutex
 
uint32_t recent_runtime_us [5]
 
uint8_t recent_runtime_count
 
uint8_t recent_runtime_pos
 
dt_atomic_int avg_runtime_us
 
uint32_t recent_full_runtime_us [5]
 
uint8_t recent_full_runtime_count
 
uint8_t recent_full_runtime_pos
 
dt_atomic_int avg_full_runtime_us
 
uint32_t recent_preview_runtime_us [5]
 
uint8_t recent_preview_runtime_count
 
uint8_t recent_preview_runtime_pos
 
dt_atomic_int avg_preview_runtime_us
 
GQueue pending_tasks
 
guint timeout_source
 

Field Documentation

◆ avg_full_runtime_us

dt_atomic_int dt_gui_throttle_state_t::avg_full_runtime_us

◆ avg_preview_runtime_us

dt_atomic_int dt_gui_throttle_state_t::avg_preview_runtime_us

◆ avg_runtime_us

◆ pending_tasks

◆ recent_full_runtime_count

uint8_t dt_gui_throttle_state_t::recent_full_runtime_count

◆ recent_full_runtime_pos

uint8_t dt_gui_throttle_state_t::recent_full_runtime_pos

◆ recent_full_runtime_us

uint32_t dt_gui_throttle_state_t::recent_full_runtime_us[5]

◆ recent_preview_runtime_count

uint8_t dt_gui_throttle_state_t::recent_preview_runtime_count

◆ recent_preview_runtime_pos

uint8_t dt_gui_throttle_state_t::recent_preview_runtime_pos

◆ recent_preview_runtime_us

uint32_t dt_gui_throttle_state_t::recent_preview_runtime_us[5]

◆ recent_runtime_count

uint8_t dt_gui_throttle_state_t::recent_runtime_count

◆ recent_runtime_pos

uint8_t dt_gui_throttle_state_t::recent_runtime_pos

◆ recent_runtime_us

uint32_t dt_gui_throttle_state_t::recent_runtime_us[5]

◆ runtime_mutex

dt_pthread_mutex_t dt_gui_throttle_state_t::runtime_mutex

◆ timeout_source

guint dt_gui_throttle_state_t::timeout_source

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