Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProfileData.cpp102 if (mStatStartTime > other.mStatStartTime || mStatStartTime == 0) { in mergeWith()
103 mStatStartTime = other.mStatStartTime; in mergeWith()
113 dprintf(fd, "\nStats since: %" PRIu64 "ns", mStatStartTime); in dump()
169 mStatStartTime = systemTime(SYSTEM_TIME_MONOTONIC); in reset()
DProfileData.h70 nsecs_t statsStartTime() const { return mStatStartTime; } in statsStartTime()
111 nsecs_t mStatStartTime; variable
125 nsecs_t& editStatStartTime() { return mStatStartTime; } in editStatStartTime()