Home
last modified time | relevance | path

Searched refs:MetricUtility (Results 1 – 19 of 19) sorted by relevance

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DAppStartupHelper.java119 metricTypeKey = MetricUtility.constructKey(typeKey, pkgName); in getMetrics()
120 metricCountKey = MetricUtility.constructKey(typeKey, COUNT, pkgName); in getMetrics()
121 totalCountKey = MetricUtility.constructKey(typeKey, TOTAL_COUNT); in getMetrics()
124 MetricUtility.addMetric(metricTypeKey, windowsDrawnMillis, appStartResultMap); in getMetrics()
125 MetricUtility.addMetric(metricCountKey, appStartCountMap); in getMetrics()
126 MetricUtility.addMetric(totalCountKey, appStartCountMap); in getMetrics()
129 metricTransitionKey = MetricUtility.constructKey(typeKey, in getMetrics()
131 MetricUtility.addMetric(metricTransitionKey, transitionDelayMillis, in getMetrics()
146 metricKey = MetricUtility.constructKey( in getMetrics()
150 metricKey = MetricUtility.constructKey( in getMetrics()
[all …]
DCrashHelper.java81 MetricUtility.addMetric(TOTAL_PREFIX + eventType, appCrashResultMap); in getMetrics()
83 String detailKey = MetricUtility.constructKey(eventType, pkgName, in getMetrics()
85 MetricUtility.addMetric(detailKey, appCrashResultMap); in getMetrics()
96 MetricUtility.addMetric(TOTAL_PREFIX + EVENT_ANR, appCrashResultMap); in getMetrics()
98 MetricUtility.constructKey( in getMetrics()
100 MetricUtility.addMetric(detailKey, appCrashResultMap); in getMetrics()
DThermalHelper.java91 String severityKey = MetricUtility.constructKey("thermal", "throttling", "severity"); in getMetrics()
92 MetricUtility.addMetric(severityKey, mInitialSeverity, results); in getMetrics()
107 MetricUtility.addMetric(severityKey, severity, results); in getMetrics()
DCpuUsageHelper.java120 String UserTimeKey = MetricUtility.constructKey(CPU_USAGE_PKG_UID, in getMetrics()
123 String SystemTimeKey = MetricUtility.constructKey(CPU_USAGE_PKG_UID, in getMetrics()
137 String finalFreqIndexKey = MetricUtility.constructKey( in getMetrics()
/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
DDumpsysMeminfoHelperTest.java25 import com.android.helpers.MetricUtility;
115 MetricUtility.constructKey( in verifyKeysForProcess()
121 MetricUtility.constructKey( in verifyKeysForProcess()
DProcessShowmapHelperTest.java19 import static com.android.helpers.MetricUtility.constructKey;
DTotalPssHelperTest.java19 import static com.android.helpers.MetricUtility.constructKey;
DShowmapSnapshotHelperTest.java19 import static com.android.helpers.MetricUtility.constructKey;
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java16 public class MetricUtility { class
18 private static final String TAG = MetricUtility.class.getSimpleName();
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DThermalHelperTest.java52 MetricUtility.constructKey("thermal", "throttling", "severity");
176 return MetricUtility.constructKey( in getMetricKey()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java147 MetricUtility.constructKey( in parseMetrics()
158 MetricUtility.constructKey( in parseMetrics()
DTotalPssHelper.java19 import static com.android.helpers.MetricUtility.constructKey;
DProcessShowmapHelper.java19 import static com.android.helpers.MetricUtility.constructKey;
DFreeMemHelper.java112 byte[] dumpsysMemInfoBytes = MetricUtility.executeCommandBlocking(DUMPSYS_MEMIFNO, in getMetrics()
DShowmapSnapshotHelper.java19 import static com.android.helpers.MetricUtility.constructKey;
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DSfStatsCollectionHelperTest.java18 import static com.android.helpers.MetricUtility.constructKey;
DJankCollectionHelperTest.java18 import static com.android.helpers.MetricUtility.constructKey;
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DSfStatsCollectionHelper.java18 import static com.android.helpers.MetricUtility.constructKey;
DJankCollectionHelper.java19 import static com.android.helpers.MetricUtility.constructKey;