tree: e868754c0ad231ca3d00aa8d74749f8b2e1103f4 [path history] [tgz]
  1. AmmTest/
  2. models/
  3. Android.bp
  4. Android.mk
  5. README.md
tools/amm/README.md

Actionable Memory Metric

The goal of the actionable memory metric (AMM) is to provide a view of an application's memory use that application developers can track, understand, and control. AMM can be thought of as a Java heap dump augmented with models for non-Java allocations that app developers have some control of.

There are two components of the actionable memory metric:

  1. The value of the metric.
  2. An actionable breakdown of the value of the metric.

The metric is made up of a collection of separate models for different categories of memory use. Each model contributes to the value and actionable breakdown of the overall metric.

See models/ for a list of models proposed for the actionable memory metric.