OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCacheStartTime
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.h
239
uint64_t
mCacheStartTime
;
TextLayoutCache.cpp
52
mCacheStartTime
= systemTime(SYSTEM_TIME_MONOTONIC);
55
LOGD("Initialization is done - Start time: %lld",
mCacheStartTime
);
204
float timeRunningInSec = (systemTime(SYSTEM_TIME_MONOTONIC) -
mCacheStartTime
) / 1000000000;
Completed in 66 milliseconds