![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <pixelpipe_cache.h>
Collaboration diagram for dt_pixel_cache_stats_entry_t:Data Fields | |
| uint64_t | hash |
| size_t | size |
| int | refcount |
| int | hits |
| int | cl_count |
| size_t | cl_bytes |
| char | name [64] |
Definition at line 84 of file pixelpipe_cache.h.
| size_t dt_pixel_cache_stats_entry_t::cl_bytes |
Definition at line 91 of file pixelpipe_cache.h.
Referenced by _rebuild_memory(), and dt_dev_pixelpipe_cache_get_entries_stats().
| int dt_pixel_cache_stats_entry_t::cl_count |
Definition at line 90 of file pixelpipe_cache.h.
Referenced by _rebuild_memory(), and dt_dev_pixelpipe_cache_get_entries_stats().
| uint64_t dt_pixel_cache_stats_entry_t::hash |
Definition at line 86 of file pixelpipe_cache.h.
Referenced by _rebuild_memory(), and dt_dev_pixelpipe_cache_get_entries_stats().
| int dt_pixel_cache_stats_entry_t::hits |
Definition at line 89 of file pixelpipe_cache.h.
Referenced by _rebuild_memory(), and dt_dev_pixelpipe_cache_get_entries_stats().
| char dt_pixel_cache_stats_entry_t::name[64] |
Definition at line 92 of file pixelpipe_cache.h.
Referenced by _rebuild_memory(), and dt_dev_pixelpipe_cache_get_entries_stats().
| int dt_pixel_cache_stats_entry_t::refcount |
Definition at line 88 of file pixelpipe_cache.h.
Referenced by _rebuild_memory(), and dt_dev_pixelpipe_cache_get_entries_stats().
| size_t dt_pixel_cache_stats_entry_t::size |
Definition at line 87 of file pixelpipe_cache.h.
Referenced by _rebuild_memory(), and dt_dev_pixelpipe_cache_get_entries_stats().