Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_pixel_cache_stats_entry_t Struct Reference

#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]
 

Detailed Description

Definition at line 84 of file pixelpipe_cache.h.

Field Documentation

◆ cl_bytes

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().

◆ cl_count

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().

◆ hash

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().

◆ hits

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().

◆ name

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().

◆ refcount

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

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().


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