![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
| dt_atomic_int dt_gui_throttle_state_t::avg_full_runtime_us |
Referenced by dt_gui_throttle_get_pipe_runtime_us(), dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| dt_atomic_int dt_gui_throttle_state_t::avg_preview_runtime_us |
Referenced by dt_gui_throttle_get_pipe_runtime_us(), dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| dt_atomic_int dt_gui_throttle_state_t::avg_runtime_us |
| GQueue dt_gui_throttle_state_t::pending_tasks |
| uint8_t dt_gui_throttle_state_t::recent_full_runtime_count |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| uint8_t dt_gui_throttle_state_t::recent_full_runtime_pos |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| uint32_t dt_gui_throttle_state_t::recent_full_runtime_us[5] |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| uint8_t dt_gui_throttle_state_t::recent_preview_runtime_count |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| uint8_t dt_gui_throttle_state_t::recent_preview_runtime_pos |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| uint32_t dt_gui_throttle_state_t::recent_preview_runtime_us[5] |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| uint8_t dt_gui_throttle_state_t::recent_runtime_count |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| uint8_t dt_gui_throttle_state_t::recent_runtime_pos |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| uint32_t dt_gui_throttle_state_t::recent_runtime_us[5] |
Referenced by dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| dt_pthread_mutex_t dt_gui_throttle_state_t::runtime_mutex |
Referenced by dt_gui_throttle_cleanup(), dt_gui_throttle_init(), and dt_gui_throttle_record_runtime().
| guint dt_gui_throttle_state_t::timeout_source |
Referenced by _dispatch_pending_tasks(), dt_gui_throttle_cancel(), dt_gui_throttle_cleanup(), and dt_gui_throttle_queue().