Searched refs:mCacheStartTime (Results 1 – 2 of 2) sorted by relevance
52 mCacheStartTime = systemTime(SYSTEM_TIME_MONOTONIC); in init()55 LOGD("Initialization is done - Start time: %lld", mCacheStartTime); in init()204 float timeRunningInSec = (systemTime(SYSTEM_TIME_MONOTONIC) - mCacheStartTime) / 1000000000; in dumpCacheStats()
239 uint64_t mCacheStartTime; variable