![]() |
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 105 of file pixelpipe_cache.h.
| size_t dt_pixel_cache_stats_entry_t::cl_bytes |
Definition at line 112 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 111 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 107 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 110 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 113 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 109 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 108 of file pixelpipe_cache.h.
Referenced by _rebuild_memory(), and dt_dev_pixelpipe_cache_get_entries_stats().