Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java110 private static final ArrayMap<String, Long> TRON_METRICS = new ArrayMap<>(); field in ShutdownThread
593 synchronized (TRON_METRICS) { in metricStarted()
594 TRON_METRICS.put(metricKey, -1 * SystemClock.elapsedRealtime()); in metricStarted()
599 synchronized (TRON_METRICS) { in metricEnded()
600 TRON_METRICS in metricEnded()
601 .put(metricKey, SystemClock.elapsedRealtime() + TRON_METRICS.get(metricKey)); in metricEnded()
606 synchronized (TRON_METRICS) { in metricShutdownStart()
607 TRON_METRICS.put(METRIC_SHUTDOWN_TIME_START, System.currentTimeMillis()); in metricShutdownStart()
731 final int metricsSize = TRON_METRICS.size(); in saveMetrics()
733 final String name = TRON_METRICS.keyAt(i); in saveMetrics()
[all …]