Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_core.c272 static clockid_t igt_clock = (clockid_t)-1; variable
448 if (igt_clock != (clockid_t)-1) { in igt_gettime()
449 if (clock_gettime(igt_clock, ts)) in igt_gettime()
455 if (!clock_gettime(igt_clock = CLOCK_MONOTONIC_RAW, ts)) in igt_gettime()
459 if (!clock_gettime(igt_clock = CLOCK_MONOTONIC_COARSE, ts)) in igt_gettime()
462 if (!clock_gettime(igt_clock = CLOCK_MONOTONIC, ts)) in igt_gettime()