Searched refs:TRON_METRICS (Results 1 – 1 of 1) sorted by relevance
112 private static final ArrayMap<String, Long> TRON_METRICS = new ArrayMap<>(); field in ShutdownThread615 synchronized (TRON_METRICS) { in metricStarted()616 TRON_METRICS.put(metricKey, -1 * SystemClock.elapsedRealtime()); in metricStarted()621 synchronized (TRON_METRICS) { in metricEnded()622 TRON_METRICS in metricEnded()623 .put(metricKey, SystemClock.elapsedRealtime() + TRON_METRICS.get(metricKey)); in metricEnded()628 synchronized (TRON_METRICS) { in metricShutdownStart()629 TRON_METRICS.put(METRIC_SHUTDOWN_TIME_START, System.currentTimeMillis()); in metricShutdownStart()685 .logDuration("ShutdownRadio", TRON_METRICS.get(METRIC_RADIO)); in shutdownRadios()769 final int metricsSize = TRON_METRICS.size();[all …]