app: update definition of "{cache,swap}-compressed" dashboard vars

Update the definition of the "cache-compressed" and "swap-
compressed" dashboard variables, to reflect the changes made by
GEGL commit gegl@dc22e997757ab91c180244d5290d094d2ea8572f.
This commit is contained in:
Ell 2018-12-17 06:31:42 -05:00
parent 079c70cc0b
commit fda53f9c18
1 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@ static const VariableInfo variables[] =
.type = VARIABLE_TYPE_SIZE_RATIO,
.sample_func = gimp_dashboard_sample_gegl_stats,
.data = "tile-cache-total\0"
"tile-cache-total-uncloned"
"tile-cache-total-uncompressed"
},
[VARIABLE_CACHE_HIT_MISS] =
@ -603,7 +603,7 @@ static const VariableInfo variables[] =
.type = VARIABLE_TYPE_SIZE_RATIO,
.sample_func = gimp_dashboard_sample_gegl_stats,
.data = "swap-total\0"
"swap-total-uncloned"
"swap-total-uncompressed"
},