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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp200 float timeRunningInSec = (systemTime(SYSTEM_TIME_MONOTONIC) - mCacheStartTime) / 1000000000; local
212 ALOGD("running : %.0f seconds", timeRunningInSec);

Completed in 265 milliseconds