Home | History | Annotate | Download | only in libcpustats

Lines Matching refs:clock_gettime

45             rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &mPreviousTs);
47 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
53 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
55 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
64 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
66 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
107 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
109 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
138 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
140 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
160 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
162 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);