Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp61 static nsecs_t s_nextLog = 0; variable
66 if (now > s_nextLog) { in _logUsageLocked()
67 s_nextLog = now + milliseconds_to_nanoseconds(10); in _logUsageLocked()