Searched refs:mMonotonicTs (Results 1 – 2 of 2) sorted by relevance
48 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs); in setEnabled()139 elapsed = (ts.tv_sec - mMonotonicTs.tv_sec) * 1000000000LL + in elapsed()140 (ts.tv_nsec - mMonotonicTs.tv_nsec); in elapsed()155 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs); in resetElapsed()
126 struct timespec mMonotonicTs; // most recent monotonic time variable