Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProfileData.cpp98 if (mStatStartTime > other.mStatStartTime || mStatStartTime == 0) { in mergeWith()
99 mStatStartTime = other.mStatStartTime; in mergeWith()
104 dprintf(fd, "\nStats since: %" PRIu64 "ns", mStatStartTime); in dump()
146 mStatStartTime = systemTime(CLOCK_MONOTONIC); in reset()
DProfileData.h64 nsecs_t statsStartTime() const { return mStatStartTime; } in statsStartTime()
94 nsecs_t mStatStartTime; variable
105 nsecs_t& editStatStartTime() { return mStatStartTime; } in editStatStartTime()