Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp204 float timeRunningInSec = (systemTime(SYSTEM_TIME_MONOTONIC) - mCacheStartTime) / 1000000000; in dumpCacheStats() local
209 LOGD("running : %.0f seconds", timeRunningInSec); in dumpCacheStats()