Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp37 mCacheHitCount(0), mNanosecondsSaved(0) { in TextLayoutCache()
181 mNanosecondsSaved += (value->getElapsedTime() - elapsedTimeThruCacheGet); in getValue()
214 LOGD("saved : %lld milliseconds", mNanosecondsSaved / 1000000); in dumpCacheStats()
DTextLayoutCache.h237 uint64_t mNanosecondsSaved; variable