New issue
Advanced search Search tips

Issue 747192 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug

Blocking:
issue 740209



Sign in to add a comment

Add an UMA for how much discardable and GPU memory is "wasted" due to image decodes

Project Member Reported by chrishtr@chromium.org, Jul 21 2017

Issue description

Metric:

(image_decode_width * image_decode_height * bits_per_pixel)
 / (image_screen_pixels_width * image_screen_pixels_height * bits_per_pixel)

image_screen_pixels_width is the width in pixels of the screen area
that the image actually takes when drawn. ditto for height

bits_per_pixel is the pixel bitdepth. This will vary on low-end
devices.
 

Sign in to add a comment