Description[memory-infra] Improve naming consistency of values reported by memory_metric.html
This patch:
1. Renames some existing values reported by the memory metric as
described in https://goo.gl/Aatx5Z:
EXPLICIT SOURCE ATTRIBUTES
*:subsystem:{v8, malloc, ...}
|
v
*:subsystem:{v8, malloc, ...}:effective_size
^^^^^^^^^^^^^^
*:subsystem:{v8, malloc, ...}:allocated_objects
|
v
*:subsystem:{v8, malloc, ...}:allocated_objects_size
^^^^^
GROUP EVERYTHING UNDER "SUBSYSTEM"
*:android_memtrack:{gl, gfx}
|
v
*:subsystem:gpu:android_memtrack:{gl, gfx, ...}:memtrack_pss
^^^^^^^^^^^^^ ^^^^^^^^^^^^
2. Augments the memory metric to report the locked (pinned) size of
ashmem:
*:subsystem:discardable:locked_size
^^^^^^^^^^^
where * stands for memory:{chrome, webview, ...}:
{browser, renderer, ..., all}.
BUG=chromium:608796
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/767a2ce27e51f8357eae74dabe55caed2f76749d
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|