New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 770932 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Nov 7
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Report MemoryInfo.getMemoryStat("summary.graphics") to UMA

Project Member Reported by dskiba@chromium.org, Oct 2 2017

Issue description

Graphics memory usage on Android is reported separately from everything else, and requires access to memtrack HAL. "dumpsys meminfo" accounts for it and includes it in the total figure.

In order to properly demonstrate improvements in graphics memory (which is one of the biggest memory consumers) on our bots we added libmemtrack_helper tool and code to interface with it (see  issue 529451 ).

However, we still don't report graphics memory to UMA, which is increasingly used to spot regressions and confirm improvements.

In API 23 Android added Debug.MemoryInfo.getMemoryStat("summary.graphics") API, which returns sum of "Gfx dev", "GL mtrack", and "EGL mtrack" values reported by "dumpsys meminfo".

We need to surface that value in UMA.
 
Cc: primiano@chromium.org hjd@chromium.org
Labels: Performance-Memory
Status: WontFix (was: Untriaged)
This regression has been open for half a year. It's not very actionable and the regression has been in all Chrome user's hands for months.

Sign in to add a comment