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.

(cherry picked from commit fda53f9c18)
This commit is contained in:
Ell 2018-12-17 06:31:42 -05:00
parent deb20726f1
commit 4e54ac9cdd

View file

@ -484,7 +484,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] =
@ -610,7 +610,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"
},