Searched refs:MetricUtility (Results 1 – 19 of 19) sorted by relevance
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | AppStartupHelper.java | 119 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 …]
|
D | CrashHelper.java | 81 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()
|
D | ThermalHelper.java | 91 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()
|
D | CpuUsageHelper.java | 120 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/ |
D | DumpsysMeminfoHelperTest.java | 25 import com.android.helpers.MetricUtility; 115 MetricUtility.constructKey( in verifyKeysForProcess() 121 MetricUtility.constructKey( in verifyKeysForProcess()
|
D | ProcessShowmapHelperTest.java | 19 import static com.android.helpers.MetricUtility.constructKey;
|
D | TotalPssHelperTest.java | 19 import static com.android.helpers.MetricUtility.constructKey;
|
D | ShowmapSnapshotHelperTest.java | 19 import static com.android.helpers.MetricUtility.constructKey;
|
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/ |
D | MetricUtility.java | 16 public class MetricUtility { class 18 private static final String TAG = MetricUtility.class.getSimpleName();
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | ThermalHelperTest.java | 52 MetricUtility.constructKey("thermal", "throttling", "severity"); 176 return MetricUtility.constructKey( in getMetricKey()
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | DumpsysMeminfoHelper.java | 147 MetricUtility.constructKey( in parseMetrics() 158 MetricUtility.constructKey( in parseMetrics()
|
D | TotalPssHelper.java | 19 import static com.android.helpers.MetricUtility.constructKey;
|
D | ProcessShowmapHelper.java | 19 import static com.android.helpers.MetricUtility.constructKey;
|
D | FreeMemHelper.java | 112 byte[] dumpsysMemInfoBytes = MetricUtility.executeCommandBlocking(DUMPSYS_MEMIFNO, in getMetrics()
|
D | ShowmapSnapshotHelper.java | 19 import static com.android.helpers.MetricUtility.constructKey;
|
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
D | SfStatsCollectionHelperTest.java | 18 import static com.android.helpers.MetricUtility.constructKey;
|
D | JankCollectionHelperTest.java | 18 import static com.android.helpers.MetricUtility.constructKey;
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | SfStatsCollectionHelper.java | 18 import static com.android.helpers.MetricUtility.constructKey;
|
D | JankCollectionHelper.java | 19 import static com.android.helpers.MetricUtility.constructKey;
|