Home | History | Annotate | Download | only in pm

Lines Matching refs:cacheTime

1017         long cacheTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0;
1020 parseTime = cacheTime - parseTime;
1021 cacheTime = SystemClock.uptimeMillis() - cacheTime;
1022 if (parseTime + cacheTime > LOG_PARSE_TIMINGS_THRESHOLD_MS) {
1024 + "ms, update_cache=" + cacheTime + " ms");